Data.DBXPlatform.TDBXInt32Object.IntValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IntValue: Integer;

C++

int __fastcall IntValue(void);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXInt32Object

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