API:System.Generics.Collections.TDictionary.TryGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TryGetValue(const Key: TKey; out Value: TValue): Boolean;

C++

bool __fastcall TryGetValue(const TKey Key, /* out */ TValue &Value);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.