FireDAC.Stan.Param.TFDParam.AsSmallInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsSmallInt: SmallInt read GetAsSmallInt write SetAsSmallInt;

Properties

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

Description

Specifies the value of a TFDParam when it represents a LongInt.

The AsSmallInt property represents the LongInt value of a TFDParam object.

Setting the AsSmallInt property sets the DataType property to ftSmallint.

See Also