RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXProperties.GetRequiredValue Method

Get property value as a string.

Pascal
function GetRequiredValue(const Name: WideString): WideString;
C++
__fastcall BSTR GetRequiredValue(const BSTR Name);

Use GetRequiredValue to get a TDBXPropertiesproperty value as a string. Throws an exception if this TDBXProperties instance does not contain a property with the given name. 

 

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