FireDAC.Stan.Param.TFDParam.AsSmallInts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsSmallInts[AIndex: Integer]: SmallInt read GetAsSmallInts write SetAsSmallInts;

C++

__property short AsSmallInts[int AIndex] = {read=GetAsSmallInts, write=SetAsSmallInts};

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 Smallint values.

The AsSmallInts property represents a Smallint value of an array-valued TFDParam object with an AIndex index.

Setting the AsSmallInts property sets the DataType property to ftSmallint.

See Also