T__Style Container Ancestor Class
Ancestor class of your styles containers.
TDataModule
_StyleContainerAncestor.T__StyleContainerAncestor
uStyleDarkByDefault.TStyleDarkByDefault
uStyleImpressiveDark.TStyleImpressiveDark
uStyleImpressiveLight.TStyleImpressiveLight
uStyleLightByDefault.TStyleLightByDefault
uStylePolarDark.TStylePolarDark
uStylePolarLight.TStylePolarLight
_StyleContainerAncestor.T__StyleContainerAncestor
uStyleDarkByDefault.TStyleDarkByDefault
uStyleImpressiveDark.TStyleImpressiveDark
uStyleImpressiveLight.TStyleImpressiveLight
uStyleLightByDefault.TStyleLightByDefault
uStylePolarDark.TStylePolarDark
uStylePolarLight.TStylePolarLight
The T__StyleContainerAncestor type exposes the following members.
Show:
| Name | Description | |
|---|---|---|
![]() ![]() | GetStyleName | Returns the name of this style. This name could to be shown to end users. |
![]() ![]() | GetStyleType | Returns the type (dark, light, other) of this style. It's used in the default style selection form. |
![]() ![]() | Initialize | Register this style in the starter kit styles manager if current platform is available. |
In your projects create a class descendant for each style you want to add to your project. Overload GetStyleName and GetStyleType functions and add a call to TStyleContainerClass.Initialize in the initialization bloc of your unit.


