FireDAC.Stan.Param.TFDParam.AsSmallInt
Delphi
property AsSmallInt: SmallInt read GetAsSmallInt write SetAsSmallInt;
C++
__property short AsSmallInt = {read=GetAsSmallInt, write=SetAsSmallInt, 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 LongInt.
The AsSmallInt property represents the LongInt value of a TFDParam object.
Setting the AsSmallInt property sets the DataType property to ftSmallint.