Data.DBXPlatform.TDBXInt32Object.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TDBXInt32Object |
Delphi
constructor Create(const Value: Integer);
C++
__fastcall TDBXInt32Object(const int Value);
Description
Creates a TDBXInt32Object instance.
This constructor creates an instance of the TDBXInt32Object class. The Value parameter specifies the Integer value that is assigned to a TDBXInt32Object at creation time.