System.Generics.Collections.TOrderedDictionary.TryInsert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TryInsert(Index: NativeInt; const Key: K; const Value: V): Boolean;

C++

bool __fastcall TryInsert(System::NativeInt Index, const K Key, const V Value);

Properties

Type Visibility Source Unit Parent
function public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TOrderedDictionary

Description

Embarcadero Technologies does not currently have any additional information.