FMX.Graphics.ITextSettings.DefaultTextSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultTextSettings: TTextSettings read GetDefaultTextSettings;

C++

__property TTextSettings* DefaultTextSettings = {read=GetDefaultTextSettings};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics ITextSettings

Description

Declares the property to store a TTextSettings type object keeping the default values of text representation properties.

For styled controls, DefaultTextSettings is set during the style loading in the ApplyStyle method.

For primitive controls (not having styles), DefaultTextSettings should keep the initial values of the text settings (text representation properties).

In case of a styled control, whether DefaultTextSettings is the same as TextSettings depends upon the particular realization of the control class.

See Also