FMX.Graphics.TFillTextFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFillTextFlags = set of TFillTextFlag;

C++

typedef System::Set<TFillTextFlag, _DELPHI_SET_ENUMERATOR(TFillTextFlag::RightToLeft), _DELPHI_SET_ENUMERATOR(TFillTextFlag::RightToLeft)> TFillTextFlags;

Properties

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

Description

Specifies a set of TFillTextFlag.

See Also