The Channels components consist of four groups - Constants, Variables, Links and Expressions. The Links type provide Source and Destination properties. Either or both can be used to link the channel to another channel such as a server input/output.
The Expressions type provide an expression Text property and makes use of the
Expression
library (available separately) to calculate its value based on the value of other channels.
The Variables type allow for their values to be initialized from a configuration file and for persistence between sessions. The Constants type have values that cannot be set except during creation. This prevents accidental changes. As well as the above classes there is also a Now class which provides the current date and time. Date and time values can be displayed in various formats.
For further details and a list of Properties why not
download
the Help file?
|