Data.DBXCommon.TDBXProperties.GetRequiredValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXProperties |
Delphi
function GetRequiredValue(const Name: string): string;
C++
System::UnicodeString __fastcall GetRequiredValue(const System::UnicodeString Name);
Description
Get property value as a string.
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.