Data.DBXCommon.TDBXValue.AsDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsDate: TDBXDate read GetAsDate;

C++

__property TDBXDate AsDate = {read=GetAsDate, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

TDBXDate representation of value.

AsDate 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.

See Also