Vcl.ValEdit.TValueListStrings.InsertItem

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

Delphi

procedure InsertItem(Index: Integer; const S: string; AObject: TObject); override;

C++

virtual void __fastcall InsertItem(int Index, const System::UnicodeString S, System::TObject* AObject);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListStrings

説明

新しい項目を挿入します。

InsertItem メソッドを使用すると、TValueListEditor に新しい項目を挿入できます。 新しい項目のデフォルト値は nil です。

関連項目