From Clomosy Docs
26 November 2025
- 12:4012:40, 26 November 2025 diff hist −18 TclScaledLayout No edit summary current
7 November 2025
- 07:3107:31, 7 November 2025 diff hist +122 Seminar Demos No edit summary current
- 07:2707:27, 7 November 2025 diff hist 0 N File:DrawForm.png No edit summary current
- 07:0407:04, 7 November 2025 diff hist 0 N File:FindTheDifference.png No edit summary current
6 November 2025
- 15:2715:27, 6 November 2025 diff hist +1,289 TclMenuFrame No edit summary current
- 15:2615:26, 6 November 2025 diff hist 0 N File:TclMenuFrame.gif No edit summary current
- 15:0515:05, 6 November 2025 diff hist +1,898 TclArray No edit summary current
5 November 2025
- 12:3412:34, 5 November 2025 diff hist −1 TclProWebBrowser No edit summary current
4 November 2025
- 06:1906:19, 4 November 2025 diff hist +5,733 N TclProWebBrowser Created page with "The <b>TCLProWebBrowser</b> class provides a fully integrated web rendering component for displaying and interacting with web content directly inside Clomosy forms. It supports standard web navigation, HTML rendering, JavaScript execution, caching control, and developer debugging tools. TCLProWebBrowser allows you to embed modern web experiences within your Clomosy applications while maintaining control through the native component interface. <div style="margin-bott..."
- 06:1606:16, 4 November 2025 diff hist 0 N File:ProWebBrowser.png No edit summary current
3 November 2025
- 12:4112:41, 3 November 2025 diff hist 0 m With Do Salih moved page With&Do to With Do current
- 12:3812:38, 3 November 2025 diff hist +1,946 N With Do Created page with "The <b>with & do</b> statement in Clomosy is used to simplify object member access by allowing multiple property or method assignments to be made within a single context block.<br> This structure is particularly useful when working with complex objects, as it eliminates the need to repeatedly specify the object name.<br> <div class="table-responsive"> {| class="wikitable" style="border: 2px solid #c3d7e0" ! style="background-color: #c3d7e0"| Statement !!style="backgrou..."
- 11:4411:44, 3 November 2025 diff hist +183 TclShareService No edit summary current
- 11:2111:21, 3 November 2025 diff hist +3,576 N TclShareService Created page with " The <b>TclShareService</b> class allows you to share files, images, or text content directly using the native sharing features of the device. It provides a simple way to integrate content sharing functions (such as sharing a document, CSV file, or text) in Clomosy applications with full Android and iOS support. <br> <span style="color:blue"><b>TclShareService</b></span> : A component that enables sharing of files, images, or text through the system's default share di..."
23 October 2025
- 07:3707:37, 23 October 2025 diff hist +3 TclJSONPair No edit summary current
- 07:3607:36, 23 October 2025 diff hist +3,887 N TclJSONPair Created page with "'''TCLJSONPair''' represents a single key–value association within a JSON object. It functions as the fundamental element of TCLJSONObject, encapsulating both the property name '''(key)''' and its corresponding '''TCLJSONValue''' (value). This class provides a structured interface for examining, modifying, and transferring key/value pairs. It is primarily utilized when accessing individual object members, iterating through object data, or transferring property definit..."
- 07:0307:03, 23 October 2025 diff hist 0 N File:TclJSONPair.png No edit summary current
22 October 2025
- 15:1715:17, 22 October 2025 diff hist +4,705 N TclJSONArray Created page with "The <b>TCLJSONArray</b> represents a JSON array within the <b>TCLJSON</b> library. It is a strongly typed container that can hold multiple JSON values, objects, or even other arrays, allowing developers to build hierarchical and complex JSON structures. <div class="table-responsive" style="margin-bottom: 20px;"> {| class="wikitable" style="border: 2px solid #c3d7e0; width:100%" ! style="background-color: #c3d7e0"| Feature ! style="background-color: #c3d7e0"| Use of ! s..." current
- 15:0415:04, 22 October 2025 diff hist 0 N File:TclJSONArray.gif No edit summary current
- 14:4014:40, 22 October 2025 diff hist +5,974 N TclJSONValue Created page with " The <b>TCLJSONValue</b> represents the fundamental data element within the TCLJSON library. It serves as a strongly typed container for all supported JSON data types, including <b>string, number, boolean, null, and datetime.</b> <div class="table-responsive" style="margin-bottom: 20px;"> {| class="wikitable" style="border: 2px solid #c3d7e0; width:100%" ! style="background-color: #c3d7e0"| Feature ! style="background-color: #c3d7e0"| Use of ! style="background-color:..." current
- 13:5913:59, 22 October 2025 diff hist 0 N File:TclJSONValue.png No edit summary current
- 13:0113:01, 22 October 2025 diff hist +196 TclJSONObject No edit summary current
- 12:5712:57, 22 October 2025 diff hist 0 File:TCLJSONObject.png Salih uploaded a new version of File:TCLJSONObject.png current
- 12:3312:33, 22 October 2025 diff hist 0 N File:TCLJSONExample2.png No edit summary current
- 12:3112:31, 22 October 2025 diff hist +1 TclJSON No edit summary current
- 12:3012:30, 22 October 2025 diff hist 0 File:TCLJSONExample.png Salih uploaded a new version of File:TCLJSONExample.png current
- 12:2912:29, 22 October 2025 diff hist −490 TclJSON No edit summary
- 11:1811:18, 22 October 2025 diff hist −116 TclJSONObject No edit summary
- 06:2506:25, 22 October 2025 diff hist 0 TclJSON No edit summary
- 06:2406:24, 22 October 2025 diff hist +81 TclJSONObject No edit summary
- 06:2006:20, 22 October 2025 diff hist 0 N File:TCLJSONObject.png No edit summary
21 October 2025
- 12:5912:59, 21 October 2025 diff hist 0 TclJSON No edit summary
- 12:5812:58, 21 October 2025 diff hist +7,219 N TclJSONObject Created page with "<div class="alert alert-light border border-3 border-primary-subtle rounded-5 p-4 shadow-sm" role="alert"> class <b>TCLJSONObject</b> </div> The <b>TCLJSONObject</b> class represents a JSON object composed of key–value pairs. It provides structured methods to add, remove, clone, merge, and retrieve data. Objects can contain nested objects or arrays, allowing hierarchical and deeply structured JSON representations. TCLJSONObject ensures type safety by operating w..."
- 12:4312:43, 21 October 2025 diff hist 0 TclJSON No edit summary
- 12:3612:36, 21 October 2025 diff hist 0 TclJSON No edit summary
- 12:3412:34, 21 October 2025 diff hist 0 File:TCLJSONExample.png Salih uploaded a new version of File:TCLJSONExample.png
- 11:3011:30, 21 October 2025 diff hist +6,730 N TclJSON Created page with "TCLJSON is a structured and type-safe JSON processing library designed to facilitate the creation, manipulation, and validation of JSON data. It enables the definition of objects, arrays, and values representing standard JSON types, including strings, numbers, booleans, and null elements. The library provides mechanisms for constructing hierarchical data models, performing key-value pair operations, merging multiple JSON structures, and retrieving nested elements throug..."
- 11:2811:28, 21 October 2025 diff hist 0 N File:TCLJSONExample.png No edit summary
- 09:0209:02, 21 October 2025 diff hist 0 TclGridLayout No edit summary current
- 08:3608:36, 21 October 2025 diff hist +266 Components No edit summary current
- 08:3108:31, 21 October 2025 diff hist +3,825 N TclGridLayout Created page with "<div class="alert alert-ligth border border-3 border-primary-subtle rounded-5 p-4 shadow-sm" role="alert"> function AddNewGridLayout(AComponent: TCLComponent; xName: string): TclFlowLayout; </div> <span style="color:blue"><b>AComponent</b></span> : Specifies the parent of the object to be defined.<br> <span style="color:blue"><b>xName</b></span> : The name of the defined GridLayout should be written.<br> It is used to arrange components on the form within a fixed gri..."
- 08:2608:26, 21 October 2025 diff hist 0 N File:GridLayout.gif No edit summary current
- 07:3507:35, 21 October 2025 diff hist +4,557 N TclFramedScrollBox Created page with "<div class="alert alert-ligth border border-3 border-primary-subtle rounded-5 p-4 shadow-sm" role="alert"> function AddNewFramedScrollBox(AComponent: TCLComponent; xName: string): TclFramedScrollBox; </div> <span style="color:blue"><b>AComponent</b></span> : Specifies the parent of the object to be defined.<br> <span style="color:blue"><b>xName</b></span> : The name of the defined framedscrollbox should be written.<br> AddNewFramedScrollBox (TClFramedScrollBox) creat..." current
- 07:3307:33, 21 October 2025 diff hist 0 N File:FramedScrollBox.gif No edit summary current
20 October 2025
- 15:1315:13, 20 October 2025 diff hist +130 Components No edit summary
- 15:0815:08, 20 October 2025 diff hist +6 TclFlowLayout No edit summary current
- 15:0615:06, 20 October 2025 diff hist 0 File:FlowLayout.gif Salih uploaded a new version of File:FlowLayout.gif current
- 15:0115:01, 20 October 2025 diff hist +3,804 N TclFlowLayout Created page with "<div class="alert alert-ligth border border-3 border-primary-subtle rounded-5 p-4 shadow-sm" role="alert"> function AddNewFlowLayout(AComponent: TCLComponent; xName: string): TclFlowLayout; </div> <span style="color:blue"><b>AComponent</b></span> : Specifies the parent of the object to be defined.<br> <span style="color:blue"><b>xName</b></span> : The name of the defined FlowLayout should be written.<br> It is used to arrange components on the form in a sequential fl..."
- 14:5914:59, 20 October 2025 diff hist 0 N File:FlowLayout.gif No edit summary
- 13:3013:30, 20 October 2025 diff hist −18 TclScaledLayout No edit summary