FMX.TabControl.TTabItem.FindTextObject

From RAD Studio API Documentation

Delphi

function FindTextObject: TFmxObject; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem

Description

Retrieves the resource object linked to the style of the current TTextControl object. {{#multireplace:FMX.TabControl.TTabItem.FindTextObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TTextControl.FindTextObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TTextControl.FindTextObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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