FMX.StdCtrls.TPresentedTextControl.TextObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextObject: TControl read FTextObject;

C++

__property Fmx::Controls::TControl* TextObject = {read=FTextObject};

Properties

Type Visibility Source Unit Parent
property protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl

Description

The control that displays the data of the control.

See Also