TCSElement
Contains data required for working with the DOM element of the document structure
Syntax
TCSElement = record VarName: string; FrameName: string; end;
Fields
- VarName
- type: string
- functions: name of the JS variable representing the element
- FrameName
- type: string
- functions: name of the frame containing the element