Data.DBXCommon.TDBXWritableValue.SetAsDate
Delphi
procedure SetAsDate(const Value: TDBXDate); virtual;
C++
virtual void __fastcall SetAsDate(const TDBXDate Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.DBXCommon.pas Data.DBXCommon.hpp | Data.DBXCommon | TDBXWritableValue | 
Description
Set value as TDBXDate representation.
SetAsDate sets value as a TDBXDate representation. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.