TryGetValue

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWStrDictionary > Methods >

TryGetValue

SIGNATURE=IW.Common.StrDictionary.TIWStrDictionary.TryGetValue@string@TObject

 

ETYPE=Method

 

Declaration:

Delphi:

public function TryGetValue(const AKey: string; out AValue: TObject): Boolean;

C++:

public: __fastcall bool TryGetValue(const String AKey, TObject * AValue);

 

Description: This is TryGetValue, a member of class TIWStrDictionary.