Vcl.Styles.TCustomStyle.GetFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFlags: TCustomStyleServices.TStyleFlags; override;

C++

virtual Vcl::Themes::TCustomStyleServices::TStyleFlags __fastcall GetFlags();

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.

Vcl.Styles.TCustomStyle.GetFlags inherits from Vcl.Themes.TCustomStyleServices.GetFlags. All content below this line refers to Vcl.Themes.TCustomStyleServices.GetFlags.

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.

See Also