FMX.Types.AllStyledSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

extern DELPHI_PACKAGE TStyledSettings AllStyledSettings;

Properties

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

Description

AllStyledSettings is a constant of the TStyledSettings type, specifying that all styled properties of a text type object are taken from a style.

See Also