FireDAC.Stan.Param.TFDParam.AsTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsTime: TDateTime read GetAsDateTime write SetAsTime;

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 AsTime property represents the TDateTime value of a TFDParam object.

Setting the AsTime property sets the DataType property to ftTime.

See Also