FMX.Styles.Objects.TButtonStyleTextObject

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Styles.Objects.TStyleTextObjectFMX.Objects.TTextFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTButtonStyleTextObject

Delphi

TButtonStyleTextObject = class(TStyleTextObject)

C++

class PASCALIMPLEMENTATION TButtonStyleTextObject : public TStyleTextObject

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.TButtonStyleTextObject 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