TStyleDarkByDefault Class

The "light" FireMonkey style from Embarcadero embed in a style book.

Unit: uStyleDarkByDefault
TDataModule
  _StyleContainerAncestor.T__StyleContainerAncestor
    uStyleDarkByDefault.TStyleDarkByDefault
type TStyleDarkByDefault = class(T__StyleContainerAncestor)

The TStyleDarkByDefault type exposes the following members.

Show:
 NameDescription
GetStyleName

Returns the name of this style as a user friendly string. (Overrides _StyleContainerAncestor.T__StyleContainerAncestor.GetStyleName .)

GetStyleType

Returns the type (light, dark, other) of this style . (Overrides _StyleContainerAncestor.T__StyleContainerAncestor.GetStyleType .)

Initialize

Deprecated. DEPRECATED. Used to register the style in the available styles list. (Inherited from _StyleContainerAncestor.T__StyleContainerAncestor .)

RegisterStyle

Register this style in the available styles list if current platform is available. (Inherited from _StyleContainerAncestor.T__StyleContainerAncestor .)

Top
Show:
 NameDescription
StyleBook1
Top