API:Vcl.ValEdit.TValueListStrings.InsertItem

From RAD Studio API Documentation
Jump to: navigation, search

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

Internally used by the AddObject method.

Vcl.ValEdit.TValueListStrings.InsertItem inherits from System.Classes.TStringList.InsertItem. All content below this line refers to System.Classes.TStringList.InsertItem.

Internally used by the AddObject method.

The InsertItem method is used internally by the AddObject method to add a string and its associated object to the list.

See Also