From Clomosy Docs
Combined display of all available logs of Clomosy Docs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:27, 7 November 2025 Salih talk contribs uploaded File:DrawForm.png
- 07:27, 7 November 2025 Salih talk contribs created page File:DrawForm.png
- 07:04, 7 November 2025 Salih talk contribs uploaded File:FindTheDifference.png
- 07:04, 7 November 2025 Salih talk contribs created page File:FindTheDifference.png
- 15:26, 6 November 2025 Salih talk contribs uploaded File:TclMenuFrame.gif
- 15:26, 6 November 2025 Salih talk contribs created page File:TclMenuFrame.gif
- 06:19, 4 November 2025 Salih talk contribs created page 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:16, 4 November 2025 Salih talk contribs created page File:ProWebBrowser.png
- 06:16, 4 November 2025 Salih talk contribs uploaded File:ProWebBrowser.png
- 12:41, 3 November 2025 Salih talk contribs moved page With&Do to With Do
- 12:38, 3 November 2025 Salih talk contribs created page 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:21, 3 November 2025 Salih talk contribs created page 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...")
- 07:36, 23 October 2025 Salih talk contribs created page 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:03, 23 October 2025 Salih talk contribs uploaded File:TclJSONPair.png
- 07:03, 23 October 2025 Salih talk contribs created page File:TclJSONPair.png
- 15:17, 22 October 2025 Salih talk contribs created page 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...")
- 15:04, 22 October 2025 Salih talk contribs uploaded File:TclJSONArray.gif
- 15:04, 22 October 2025 Salih talk contribs created page File:TclJSONArray.gif
- 14:40, 22 October 2025 Salih talk contribs created page 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:...")
- 13:59, 22 October 2025 Salih talk contribs uploaded File:TclJSONValue.png
- 13:59, 22 October 2025 Salih talk contribs created page File:TclJSONValue.png
- 12:57, 22 October 2025 Salih talk contribs uploaded a new version of File:TCLJSONObject.png
- 12:33, 22 October 2025 Salih talk contribs uploaded File:TCLJSONExample2.png
- 12:33, 22 October 2025 Salih talk contribs created page File:TCLJSONExample2.png
- 12:30, 22 October 2025 Salih talk contribs uploaded a new version of File:TCLJSONExample.png
- 06:20, 22 October 2025 Salih talk contribs created page File:TCLJSONObject.png
- 06:20, 22 October 2025 Salih talk contribs uploaded File:TCLJSONObject.png
- 12:58, 21 October 2025 Salih talk contribs created page 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:34, 21 October 2025 Salih talk contribs uploaded a new version of File:TCLJSONExample.png
- 11:30, 21 October 2025 Salih talk contribs created page 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:28, 21 October 2025 Salih talk contribs uploaded File:TCLJSONExample.png
- 11:28, 21 October 2025 Salih talk contribs created page File:TCLJSONExample.png
- 08:31, 21 October 2025 Salih talk contribs created page 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:26, 21 October 2025 Salih talk contribs created page File:GridLayout.gif
- 08:26, 21 October 2025 Salih talk contribs uploaded File:GridLayout.gif
- 07:35, 21 October 2025 Salih talk contribs created page 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...")
- 07:33, 21 October 2025 Salih talk contribs uploaded File:FramedScrollBox.gif
- 07:33, 21 October 2025 Salih talk contribs created page File:FramedScrollBox.gif
- 15:06, 20 October 2025 Salih talk contribs uploaded a new version of File:FlowLayout.gif
- 15:01, 20 October 2025 Salih talk contribs created page 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:59, 20 October 2025 Salih talk contribs uploaded File:FlowLayout.gif
- 14:59, 20 October 2025 Salih talk contribs created page File:FlowLayout.gif
- 13:27, 20 October 2025 Salih talk contribs created page TclScaledLayout (Created page with "<div class="alert alert-ligth border border-3 border-primary-subtle rounded-5 p-4 shadow-sm" role="alert"> function AddNewScaledLayout(AComponent: TCLComponent; xName: string): TclScaledLayout; </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 ScaledLayout should be written.<br> It is used to arrange and proportionally scale other comp...")
- 10:49, 20 October 2025 Salih talk contribs created page File:MQTTBroker.png
- 10:49, 20 October 2025 Salih talk contribs uploaded File:MQTTBroker.png
- 10:27, 20 October 2025 Salih talk contribs created page TclMQTTClient (Created page with "<div class="alert alert-ligth border border-3 border-primary-subtle rounded-5 p-4 shadow-sm" role="alert"> function AddNewMQTTClient(AComponent: TCLComponent; xName: string): TCLMqttClient; </div> TCLMqttClient component is a lightweight MQTT client used to connect, publish, and subscribe to MQTT brokers. It supports common MQTT operations such as publishing messages, subscribing to topics, receiving messages, and handling connection events. <div style="margin-bottom...")
- 10:12, 20 October 2025 Salih talk contribs uploaded a new version of File:MQTTClient.png
- 10:08, 20 October 2025 Salih talk contribs uploaded File:MQTTClient.png
- 10:08, 20 October 2025 Salih talk contribs created page File:MQTTClient.png
- 11:58, 17 October 2025 Salih talk contribs created page ClTagStr (Created page with "<div class="alert alert-ligth border border-3 border-primary-subtle rounded-5 p-4 shadow-sm" role="alert"> TCLComponent.ClTagStr :String; </div> The ClTagString property is used to store an String value for any object. It is typically used to carry additional information or identification details specific to the object. <b>Example</b><br> <pre> Var MyForm:TclForm; testPanel : TclProPanel; testBtn : TClProButton; i : Integer; void BtnOnClick; { ShowMessage(TCl...")