Data.DBXCommon.TDBXValue.AsDate
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
property AsDate: TDBXDate read GetAsDate;
C++
__property TDBXDate AsDate = {read=GetAsDate, 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.