From Clomosy Docs
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
21 October 2025
|
N 12:59 | TclJSON 4 changes history +6,730 [Salih (4×)] | |||
|
12:59 (cur | prev) 0 Salih talk contribs | ||||
|
12:43 (cur | prev) 0 Salih talk contribs | ||||
|
12:36 (cur | prev) 0 Salih talk contribs | ||||
N |
|
11:30 (cur | prev) +6,730 Salih talk contribs (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...") |
N 12:58 | TclJSONObject diffhist +7,219 Salih talk contribs (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 | (Upload log) [Salih (4×)] | |||
|
12:34 Salih talk contribs uploaded a new version of File:TCLJSONExample.png | ||||
|
11:28 Salih talk contribs uploaded File:TCLJSONExample.png | ||||
|
08:26 Salih talk contribs uploaded File:GridLayout.gif | ||||
|
07:33 Salih talk contribs uploaded File:FramedScrollBox.gif |
|
N 09:02 | TclGridLayout 2 changes history +3,825 [Salih (2×)] | |||
|
09:02 (cur | prev) 0 Salih talk contribs | ||||
N |
|
08:31 (cur | prev) +3,825 Salih talk contribs (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:36 | Components diffhist +266 Salih talk contribs |
N 07:35 | TclFramedScrollBox diffhist +4,557 Salih talk contribs (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...") |
20 October 2025
|
15:13 | Components 4 changes history +427 [Salih (4×)] | |||
|
15:13 (cur | prev) +130 Salih talk contribs | ||||
|
13:29 (cur | prev) +168 Salih talk contribs | ||||
|
10:36 (cur | prev) −29 Salih talk contribs | ||||
|
10:35 (cur | prev) +158 Salih talk contribs |
|
N 15:08 | TclFlowLayout 2 changes history +3,810 [Salih (2×)] | |||
|
15:08 (cur | prev) +6 Salih talk contribs | ||||
N |
|
15:01 (cur | prev) +3,804 Salih talk contribs (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...") |
|
15:06 | (Upload log) [Salih (5×)] | |||
|
15:06 Salih talk contribs uploaded a new version of File:FlowLayout.gif | ||||
|
14:59 Salih talk contribs uploaded File:FlowLayout.gif | ||||
|
10:49 Salih talk contribs uploaded File:MQTTBroker.png | ||||
|
10:12 Salih talk contribs uploaded a new version of File:MQTTClient.png | ||||
|
10:08 Salih talk contribs uploaded File:MQTTClient.png |
|
N 13:30 | TclScaledLayout 2 changes history +3,205 [Salih (2×)] | |||
|
13:30 (cur | prev) −18 Salih talk contribs | ||||
N |
|
13:27 (cur | prev) +3,223 Salih talk contribs (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...") |
|
N 10:50 | TclMQTTClient 3 changes history +8,272 [Salih (3×)] | |||
|
10:50 (cur | prev) −21 Salih talk contribs | ||||
|
10:39 (cur | prev) +70 Salih talk contribs | ||||
N |
|
10:27 (cur | prev) +8,223 Salih talk contribs (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...") |
17 October 2025
12:37 | System Library diffhist +86 Salih talk contribs |
|
N 12:33 | ClTagStr 3 changes history +1,756 [Salih (3×)] | |||
|
12:33 (cur | prev) −3 Salih talk contribs | ||||
|
12:02 (cur | prev) −1 Salih talk contribs | ||||
N |
|
11:58 (cur | prev) +1,760 Salih talk contribs (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...") |
|
12:00 | ClTagInt 2 changes history +25 [Salih (2×)] | |||
|
12:00 (cur | prev) +1 Salih talk contribs | ||||
|
11:59 (cur | prev) +24 Salih talk contribs |
11:25 | MediaWiki:Sidebar diffhist +25 ClomosyManager talk contribs |
|
N 07:43 | TCLCrypto 5 changes history +6,301 [Salih (5×)] | |||
|
07:43 (cur | prev) −2 Salih talk contribs | ||||
|
07:36 (cur | prev) +1,096 Salih talk contribs | ||||
|
07:01 (cur | prev) −28 Salih talk contribs | ||||
|
06:58 (cur | prev) −222 Salih talk contribs | ||||
N |
|
06:34 (cur | prev) +5,457 Salih talk contribs (Created page with "TCLCrypto component is a cryptographic library used in Clomosy for encryption, hashing, and token operations. It supports modern algorithms such as AES, SHA-2, SHA-3, and JWT. This component allows developers to configure keys, IVs, output formats, and advanced options for cryptography tasks. <div class="table-responsive"> {| class="wikitable" style="border: 2px solid #c3d7e0" ! style="background-color: #c3d7e0"| Feature !!style="background-color: #c3d7e0"| Use of...") |
16 October 2025
13:10 | System Library diffhist +107 Salih talk contribs |
|
N 12:54 | FormatFloat 6 changes history +3,194 [Salih (6×)] | |||
|
12:54 (cur | prev) −83 Salih talk contribs | ||||
|
12:44 (cur | prev) +432 Salih talk contribs | ||||
|
12:03 (cur | prev) +12 Salih talk contribs | ||||
|
11:47 (cur | prev) −468 Salih talk contribs | ||||
|
11:30 (cur | prev) +3,290 Salih talk contribs Tag: Visual edit: Switched | ||||
N |
|
11:29 (cur | prev) +11 Salih talk contribs (Created page with "Hello World") |
11:18 | User creation log User account Salih talk contribs was created by ClomosyManager talk contribs |