Data.DBXPlatform.TDBXInt32Object.IntValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: TDBXInt32Object

Delphi

function IntValue: Integer;

C++

int __fastcall IntValue();

Description

Returns the value of a TDBXInt32Object.

The IntValue method returns an Integer that represents the value of a TDBXInt32Object. This value is assigned at creation time using the Create method with the required value passed as a parameter.

See Also