property PropertiesList.Template as String
Specifies the control's template.

 TypeDescription 
   String A string expression that indicates the control's template.  
The control's template uses the X-Script language to initialize the control's content. Use the Template property page of the control to update the control's Template property. Use the Template property to execute code by passing instructions as a string ( template string ).

The Template script is composed by lines of instructions. Instructions are separated by "\n\r" ( newline ) characters.

An instruction can be one of the following:

The Template supports the following general functions:

 

 


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.