Vcl.Styles.TCustomStyle.GetFlags

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetFlags: TCustomStyleServices.TStyleFlags; override;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.Styles.pas
Vcl.Styles.hpp
Vcl.Styles TCustomStyle

説明

現在のスタイルに対して設定されているフラグを返します。

Vcl.Styles.TCustomStyle.GetFlags は Vcl.Themes.TCustomStyleServices.GetFlags を継承しています。以下の内容はすべて Vcl.Themes.TCustomStyleServices.GetFlags を参照しています。

現在のスタイルに対して設定されているフラグを返します。

GetFlags を呼び出すと、 現在のスタイルに対して設定されているフラグを取得することができます。

GetFlags は、Flags プロパティを読み取るための実装です。

関連項目