FMX.Controls.TTextControl.TextObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextObject: TControl read FTextObject;

C++

__property TControl* TextObject = {read=FTextObject};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextControl

Description

Keeps the resource object linked to the style of the current TTextControl object.

In the current implementation, TextObject keeps the resource object linked to the 'text' style.

See Also