FireDAC.Stan.Param.TFDParam.AsLargeInt

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AsLargeInt: LargeInt read GetAsLargeInt write SetAsLargeInt;

C++

__property Data::Db::Largeint AsLargeInt = {read=GetAsLargeInt, write=SetAsLargeInt};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParam


Description

Spécifie la valeur d'un TFDParam lorsqu'il représente un LargeInt.

La propriété AsLargeInt représente la valeur LargeInt d'un objet TFDParam.

La définition de la propriété AsLargeInt définit la propriété DataType sur ftLargeInt.

Voir aussi