Objects
You code can reference objects to obtain information and change project values.
Objects can be classified into 2 categories:
Category | Details |
---|---|
Module-specific objects |
These objects are used for the current module where your code is written. They include: |
Global objects |
A global object can be used in any event, from any module. The global object Web Client supports is the TDConnection object. |