FireDAC.Stan.Param.TFDParam.AsLargeInt
Delphi
property AsLargeInt: LargeInt read GetAsLargeInt write SetAsLargeInt;
C++
__property Data::Db::Largeint AsLargeInt = {read=GetAsLargeInt, write=SetAsLargeInt};
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 LargeInt.
The AsLargeInt property represents the LargeInt value of a TFDParam object.
Setting the AsLargeInt property sets the DataType property to ftLargeInt.