From Clomosy Docs

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 11:30, 27 October 2025
   
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

23 October 2025

N    07:37  TclJSONPair‎‎ 2 changes history +3,890 [Salih‎ (2×)]
     
07:37 (cur | prev) +3 Salih talk contribs
N    
07:36 (cur | prev) +3,887 Salih talk contribs (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 Upload log Salih talk contribs uploaded File:TclJSONPair.png

22 October 2025

N    15:17  TclJSONArray diffhist +4,705 Salih talk contribs (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  (Upload log) [Salih‎ (6×)]
     
15:04 Salih talk contribs uploaded File:TclJSONArray.gif
     
13:59 Salih talk contribs uploaded File:TclJSONValue.png
     
12:57 Salih talk contribs uploaded a new version of File:TCLJSONObject.png
     
12:33 Salih talk contribs uploaded File:TCLJSONExample2.png
     
12:30 Salih talk contribs uploaded a new version of File:TCLJSONExample.png
     
06:20 Salih talk contribs uploaded File:TCLJSONObject.png
N    14:40  TclJSONValue diffhist +5,974 Salih talk contribs (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:01  TclJSONObject‎‎ 3 changes history +161 [Salih‎ (3×)]
     
13:01 (cur | prev) +196 Salih talk contribs
     
11:18 (cur | prev) −116 Salih talk contribs
     
06:24 (cur | prev) +81 Salih talk contribs
     12:31  TclJSON‎‎ 3 changes history −489 [Salih‎ (3×)]
     
12:31 (cur | prev) +1 Salih talk contribs
     
12:29 (cur | prev) −490 Salih talk contribs
     
06:25 (cur | prev) 0 Salih talk contribs

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‎‎ 2 changes history +298 [Salih‎ (2×)]
     
15:13 (cur | prev) +130 Salih talk contribs
     
13:29 (cur | prev) +168 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‎ (2×)]
     
15:06 Salih talk contribs uploaded a new version of File:FlowLayout.gif
     
14:59 Salih talk contribs uploaded File:FlowLayout.gif
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...")