FMX.Types.DefaultStyledSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DefaultStyledSettings: TStyledSettings = [TStyledSetting.Family, TStyledSetting.Size, TStyledSetting.Style, TStyledSetting.FontColor];

C++

extern DELPHI_PACKAGE TStyledSettings DefaultStyledSettings;

Properties

Type Visibility Source Unit Parent
const
variable
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

DefaultStyledSettings is a constant of the TStyledSettings type, specifying which styled properties of a text object are taken from a style by default.

The DefaultStyledSettings set of styled properties is used by default in most components.

See Also