TStyleLightByDefault Class

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

Unit: uStyleLightByDefault
TDataModule
  _StyleContainerAncestor.T__StyleContainerAncestor
    uStyleLightByDefault.TStyleLightByDefault
type TStyleLightByDefault = class(T__StyleContainerAncestor)

The TStyleLightByDefault 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