Active property

Specifies whether or not a SkinManager is active.

Applies to
TsSkinManager

Declaration
property Active: boolean;

Description
Use Active to determine or set a skinable UI in the application. When Active is False, all controls are drawn with default kinds. When Active is True, all controls, forms and menus are drawn with assigned skin properties.
After this property definition the TsSkinManager component sends messages to all forms in the application about skin changing.
Note : For skin using, SkinName property for internal skins or SkinName with SkinDirectory properties for external skins also must be defiend .