FMX.Objects.TText

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTText

Delphi

TText = class(TControl, ITextSettings, IObjectState, ICaption)

C++

class PASCALIMPLEMENTATION TText : public Fmx::Controls::TControl

Properties

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

Description

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