|
A Template is a binary file, which contains all properties' values for a SmartUI. It also contains the ListImages collection, with all graphical images as well as the SmartItems collection, all properties of all SmartItems and all SubItems.
The only SmartUI properties, which are not saved in a template, are the properties, which are managed by the container and not the SmartUI, namely: Left, Top, Width, Height, TabIndex, TabStop, Align.
A Template can be loaded/saved at Design-Time with the Property Pages, or at Run-Time with the Load Template/Save Template methods. |