Data.DBXPlatform.TDBXInt32Object.Create
Delphi
constructor Create(const Value: Integer);
C++
__fastcall TDBXInt32Object(const int Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Data.DBXPlatform.pas Data.DBXPlatform.hpp |
Data.DBXPlatform | TDBXInt32Object |
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.