FMX.Controls.TTextControl.FindTextObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindTextObject: TFmxObject; virtual;

C++

virtual Fmx::Types::TFmxObject* __fastcall FindTextObject();

Properties

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

Description

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

In the current implementation, FindTextObject retrieves the resource object linked to the 'text' style.

See Also