Vcl.Styles.TCustomStyle.GetFlags
Delphi
function GetFlags: TCustomStyleServices.TStyleFlags; override;
C++
virtual Vcl::Themes::TCustomStyleServices::TStyleFlags __fastcall GetFlags(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Vcl.Styles.pas Vcl.Styles.hpp |
Vcl.Styles | TCustomStyle |
Description
Returns the flags set for the current style. {{#multireplace:Vcl.Styles.TCustomStyle.GetFlags|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Themes.TCustomStyleServices.GetFlags|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Themes.TCustomStyleServices.GetFlags|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Returns the flags set for the current style.
Call GetFlags to obtain the flags that are set for the current style.
GetFlags is the read implementation for the Flags property.