Data.DBXCommon.TDBXWritableValue.SetDate
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXWritableValue | |
Delphi
procedure SetDate(const Value: TDBXDate); virtual;
C++
virtual void __fastcall SetDate(const TDBXDate Value);
Description
Sets the date value for date data types..
Sets the date value for TDBXValue instances with a data type of DateType.