FireDAC.Stan.Param.TFDParam.AsShortInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsShortInt: ShortInt read GetAsShortInt write SetAsShortInt;

C++

__property System::Int8 AsShortInt = {read=GetAsShortInt, write=SetAsShortInt, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
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