Vcl.ValEdit.TValueListStrings.InsertItem
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);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ValEdit.pas Vcl.ValEdit.hpp |
Vcl.ValEdit | TValueListStrings |
Description
Inserts a new item.
Use InsertItem to insert a new item in the TValueListEditor. The new item has a nil value set as default.