FireDAC.Stan.Param.TFDParam.AsShortInts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsShortInts[AIndex: Integer]: ShortInt read GetAsShortInts write SetAsShortInts;

Properties

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

Description

Represents an array of Shortint values.

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

Setting the AsShortInts property sets the DataType property to ftShortint.

See Also