FireDAC.Stan.Param.TFDParam.AsFMTBCDs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsFMTBCDs[AIndex: Integer]: TBcd read GetAsFMTBCDs write SetAsFMTBCDs;

Properties

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

Description

Represents an array of TBcd values.

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

Setting the AsFMTBCDs property sets the DataType property to ftFMTBCD.

See Also