Vcl.Themes.TCustomStyleServices.GetFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFlags: TStyleFlags; virtual;

C++

virtual TStyleFlags __fastcall GetFlags();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices

Description

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