Data.DBXCommon.TDBXProperties.GetInteger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInteger(const Name: string): Integer;

C++

int __fastcall GetInteger(const System::UnicodeString Name);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXProperties

Description

Get property value as an Integer.

Use GetInteger to get a TDBXProperties property value as an Integer.