TProject Style Class
A singleton to manage current style in the project and get its properties.
System.TObject
uStyleManager.TProjectStyle
uStyleManager.TProjectStyle
The TProjectStyle type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | StyleName | Name of the current style. |
![]() | Styles | Give access to each registered styles as style item instances. |
![]() | StylesCount | Number of available registered styles. |
Show:
Name | Description | |
---|---|---|
![]() ![]() | Current | Returns the global TProjectStyle singleton class. |
![]() | GetStyles | Returns an array of strings corresponding on registered styles name. |
![]() | RegisterStyle | Add a style to the available styles for this project. |
Don't create or destroy instances of this class. Only use "Current()" method to access to its global unique instance.