FMX.Types.TStyledSettings

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

Delphi

type TStyledSettings = set of TStyledSetting;

C++

typedef System::Set<TStyledSetting, _DELPHI_SET_ENUMERATOR(TStyledSetting::Family), _DELPHI_SET_ENUMERATOR(TStyledSetting::Other)> TStyledSettings;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

説明

スタイルに定義できるフォント プロパティの集合を示します。


フォント プロパティの集合は、TStyledSetting に定義されている定数(FamilySizeStyleFontColorOther)で指定されます。

関連項目