FireDAC.Stan.Param.TFDParam.AsBCDs
Delphi
property AsBCDs[AIndex: Integer]: Currency read GetAsBCDs write SetAsBCDs;
C++
__property System::Currency AsBCDs[int AIndex] = {read=GetAsBCDs, write=SetAsBCDs};
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 Currency values.
The AsBCDs property represents a Currency item of array-valued TFDParam object with an AIndex index.
Setting the AsBCDs property sets the DataType property to ftBCD.