FMX.Edit.TCustomEdit.GetItem

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetItem(const AIndex: Integer): TFmxObject;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

説明

指定されたインデックスの編集ボタンを返します。

GetItem は、編集に関連づけられている TEditButton で、AIndex が指定する位置にあるものを返します。

関連項目