System.Generics.Collections.TOrderedDictionary.Insert
Delphi
procedure Insert(Index: NativeInt; const Key: K; const Value: V);
C++
void __fastcall Insert(System::NativeInt Index, const K Key, const V Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TOrderedDictionary |
Description
Embarcadero Technologies does not currently have any additional information.