RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxConnectionStringBuilder.TryGetValue Method

Gets key value.

Pascal
function TryGetValue(keyword: string; out value: TObject): Boolean; override;
C++
virtual __fastcall Boolean TryGetValue(AnsiString keyword, TObject * value);

TryGetValue gets a value corresponding to a given key. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!