Data.DBXCommon.TDictionaryStringList.InsertItem

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDictionaryStringList

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);

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