Data.DBXCommon.TDBXWritableValue.SetAsDate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXWritableValue

Delphi

procedure SetAsDate(const Value: TDBXDate); virtual;

C++

virtual void __fastcall SetAsDate(const TDBXDate Value);

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.

See Also