FireDAC.Stan.Param.TFDParam.AsInteger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsInteger: Integer read GetAsInteger write SetAsInteger;

C++

__property int AsInteger = {read=GetAsInteger, write=SetAsInteger, 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 an Integer.

The AsInteger property represents the Integer value of a TFDParam object.

Setting the AsInteger property sets the DataType property to ftInteger.

See Also