Data.DBXPlatform.TDBXInt32Object

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDBXInt32Object

Delphi

TDBXInt32Object = class

C++

class PASCALIMPLEMENTATION TDBXInt32Object : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform Data.DBXPlatform

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