FireDAC.Stan.Param.TFDParam.AsDateTimes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsDateTimes[AIndex: Integer]: TDateTime read GetAsDateTimes write SetAsDateTimes;

Properties

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

Description

Represents an array of TDateTime values.

The AsDateTimes property represents a TDateTime item of an array-valued TFDParam object with an AIndex index.

Setting the AsDateTimes property sets the DataType property to ftDateTime.

See Also