Data.DBXDelegate.TDBXDelegateWritableValue.SetAsDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsDate(const Value: TDBXDate); override;

C++

virtual void __fastcall SetAsDate(const Data::Dbxcommon::TDBXDate Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Set value as TDBXDate representation.

Data.DBXDelegate.TDBXDelegateWritableValue.SetAsDate inherits from Data.DBXCommon.TDBXWritableValue.SetAsDate. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsDate.

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