Data.DBXCommon.TDictionaryStringList.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
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDictionaryStringList

Description

Internally used by the AddObject method.

Data.DBXCommon.TDictionaryStringList.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