FMX.Styles.Objects.TStyleTextObject

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Objects.TTextFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTStyleTextObject

Delphi

TStyleTextObject = class(TText, IDrawableObject)

C++

class PASCALIMPLEMENTATION TStyleTextObject : public Fmx::Objects::TText

Properties

Type Visibility Source Unit Parent
class public
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects FMX.Styles.Objects

Description

TText defines 2D text objects. It inherits TControl and can be used in styles to construct controls.

FMX.Styles.Objects.TStyleTextObject inherits from FMX.Objects.TText. All content below this line refers to FMX.Objects.TText.

TText defines 2D text objects. It inherits TControl and can be used in styles to construct controls.

TText implements the ITextSettings interface. Therefore, TText objects provide all declared in ITextSettings methods and properties to manage the text appearance parameters declared in TTextSettings.

See Also