FireDAC.Stan.Param.TFDParam.AsLargeInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsLargeInt: LargeInt read GetAsLargeInt write SetAsLargeInt;

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

The AsLargeInt property represents the LargeInt value of a TFDParam object.

Setting the AsLargeInt property sets the DataType property to ftLargeInt.

See Also