Data.DBXCommon.TDBXWritableValue.AsString
Delphi
property AsString: string read GetAsString write SetAsString;
C++
__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXWritableValue |
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.