Data.DBXPlatform.TDBXInt32Object.Create
Delphi
constructor Create(const Value: Integer);
C++
__fastcall TDBXInt32Object(const int Value);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
constructor | public | Data.DBXPlatform.pas Data.DBXPlatform.hpp |
Data.DBXPlatform | TDBXInt32Object |
Description
Crée une instance de TDBXInt32Object.
Ce constructeur crée une instance de la classe TDBXInt32Object. La paramètre Value spécifie la valeur de l'entier qui est affecté à un TDBXInt32Object à la création.