FireDAC.Stan.Param.TFDParam.AsShortInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsShortInt: ShortInt read GetAsShortInt write SetAsShortInt;

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 Shortint.

The AsShortInt property represents the Shortint value of a TFDParam object.

Setting the AsShortInt property sets the DataType property to ftShortint.

See Also