FMX.Edit.TCustomEdit.DoInsertObject

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

Delphi

procedure DoInsertObject(Index: Integer; const AObject: TFmxObject); override;

C++

virtual void __fastcall DoInsertObject(int Index, Fmx::Types::TFmxObject* const AObject);

プロパティ

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

説明

子オブジェクトを、指定されたインデックスに追加します。

AObjectTEditButton の場合、指定された Index にある TCustomEdit.ButtonsContent に挿入されます。

関連項目