Data.DBXPlatform.TDBXInt32Object

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDBXInt32Object
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: Data.DBXPlatform

Delphi

TDBXInt32Object = class

C++

class PASCALIMPLEMENTATION TDBXInt32Object : public System::TObject

Description

Represents a 32-bit Integer for use within dbExpress.

Use the TDBXInt32Object class to handle a 32-bit Integer type for use within dbExpress. An Integer can hold values from -2,147,483,648 through 2,147,483,647.

See Also