[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Inserts an item with the specified value at the position in Index.
Source position: valedit.pas line 89
protected procedure TValueListStrings.InsertItem( |
Index: Integer; |
const S: string; |
AObject: TObject |
); override; |
Index: Integer; |
const S: string |
); override; |
Index |
|
Ordinal position for the new item and value. |
S |
|
Value for the new item. |
AObject |
|
Object with the definition for the new item. |
Index |
|
Ordinal position for the new item and value. |
S |
|
Value for the new item. |
InsertItem is an overloaded procedure used to insert an item with the specified value(s) at the position in Index.
InsertItem hides a visible cell editor in the control during the insert operation. InsertItem calls the TItemPropList.Insert method to insert a new item definition at the position in Index. A visible cell editor is restored after the item has been inserted.
|
Inserts the new item at the specified position in the container. |
|
Version 4.0 | Generated 2025-05-03 | Home |