T__StyleContainerAncestor Class

Ancestor class of your styles containers.

Unit: _StyleContainerAncestor
type T__StyleContainerAncestor = class(TDataModule)

The T__StyleContainerAncestor type exposes the following members.

Show:
 NameDescription
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.

Top
Show:
 NameDescription
StyleBook1

Top

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.