Data.DBXCommon.TDBXWritableValue.AsDate
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
property AsDate: TDBXDate read GetAsDate write SetAsDate;
C++
__property TDBXDate AsDate = {read=GetAsDate, write=SetAsDate, nodefault};
Description
TDBXDate representation of value.
AsDate returns a TDBXDate representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.