RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXProperties.GetRequiredValue Method

Get property value as a string.

Pascal
function GetRequiredValue(const Name: String): String;
C++
__fastcall AnsiString GetRequiredValue(const AnsiString 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!