Data.DBXCommon.TDBXWritableValue.AsDate
Delphi
property AsDate: TDBXDate read GetAsDate write SetAsDate;
C++
__property TDBXDate AsDate = {read=GetAsDate, write=SetAsDate, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXWritableValue |
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.