From Clomosy Docs
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 current
- 13:2913:29, 20 October 2025 diff hist +168 Components No edit summary
- 13:2713:27, 20 October 2025 diff hist +3,223 N 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:5010:50, 20 October 2025 diff hist −21 TclMQTTClient No edit summary current
- 10:4910:49, 20 October 2025 diff hist 0 N File:MQTTBroker.png No edit summary current
- 10:3910:39, 20 October 2025 diff hist +70 TclMQTTClient No edit summary
- 10:3610:36, 20 October 2025 diff hist −29 Components No edit summary
- 10:3510:35, 20 October 2025 diff hist +158 Components No edit summary
- 10:2710:27, 20 October 2025 diff hist +8,223 N 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:1210:12, 20 October 2025 diff hist 0 File:MQTTClient.png Salih uploaded a new version of File:MQTTClient.png current
- 10:0810:08, 20 October 2025 diff hist 0 N File:MQTTClient.png No edit summary
17 October 2025
- 12:3712:37, 17 October 2025 diff hist +86 System Library No edit summary current
- 12:3312:33, 17 October 2025 diff hist −3 ClTagStr No edit summary current
- 12:0212:02, 17 October 2025 diff hist −1 ClTagStr No edit summary
- 12:0012:00, 17 October 2025 diff hist +1 ClTagInt No edit summary current