FMX.Types.TStyledSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TStyledSettings = set of TStyledSetting;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Identifies a set of font properties that can be defined in a style.

A set of font properties is specified by constants defined in TStyledSetting: Family, Size, Style, FontColor, and Other.

See Also