FireDAC.Stan.Param.TFDParam.AsDates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsDates[AIndex: Integer]: TDateTime read GetAsDateTimes write SetAsDates;

C++

__property System::TDateTime AsDates[int AIndex] = {read=GetAsDateTimes, write=SetAsDates};

Properties

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

Description

Represents an array of TDateTime values.

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

Setting the AsDates property sets the DataType property to ftDate.

See Also