FireDAC.Stan.Param.TFDParam.AsDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsDate: TDateTime read GetAsDateTime write SetAsDate;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Specifies the value of a TFDParam when it represents a TDateTime.

The AsDate property represents the TDateTime value of a TFDParam object.

Setting the AsDate property sets the DataType property to ftDate.

See Also