FMX.StdCtrls.TPresentedTextControl.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.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl

Description

Returns the resource object that is linked to the current text object.

See Also