FireDAC.Stan.Param.TFDParam.AsTimes
Delphi
property AsTimes[AIndex: Integer]: TDateTime read GetAsDateTimes write SetAsTimes;
C++
__property System::TDateTime AsTimes[int AIndex] = {read=GetAsDateTimes, write=SetAsTimes};
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 AsTimes property represents a TDateTime item of an array-valued TFDParam object with an AIndex index.
Setting the AsTimes property sets the DataType property to ftTime.