FMX.Edit.TCustomEdit.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(const AIndex: Integer): TFmxObject;

C++

Fmx::Types::TFmxObject* __fastcall GetItem(const int AIndex);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

Returns the edit button with the specified index.

GetItem returns the TEditButton associated with the edit control, at the position specified by AIndex.

See Also