IDbDrivers.Item

Syntax

Item(Index: Integer): IDbDriver;

Parameters

Index. Index of supported DBMS driver.

Description

The Item property returns the information about the DBMS driver supported in the platform.

Example

The property use is given in the example for IDbDrivers.Count.

See also:

IDbDrivers