Data.DBXCommon.TDBXWideStringValue.GetAsDate
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXWideStringValue | |
Delphi
function GetAsDate: TDBXDate; override;
C++
virtual TDBXDate __fastcall GetAsDate();
Description
Get TDBXDate representation of value.
Data.DBXCommon.TDBXWideStringValue.GetAsDate inherits from Data.DBXCommon.TDBXValue.GetAsDate. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsDate.
Get TDBXDate representation of value.
GetAsDate 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.