Data.DBXCommon.TDBXValue.AsString
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
property AsString: string read GetAsString;
C++
__property System::UnicodeString AsString = {read=GetAsString};
Description
UnicodeString representation of value.
AsString returns a UnicodeString representation of the value, applying a type conversion if needed. If there is no supported conversion to this type, an exception is raised.