====== TCSElements ====== Contains the data needed to work with an array of DOM elements of the document structure ===== Syntax ===== TCSElementS = record VarName: string; Length: integer; end; ==== Fields ==== * **//VarName//** * //type:// string * //functions:// Name of JS variable representing an array of elements * **//Length//** * //type:// integer * //functions:// number of elements in array