FMX.Controls.TTextControl.TextObject
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.