IDBFieldDefs.GetItem Method
Returns the TDBFieldDef at the specified zero-based index.
Syntax
Unit: Aurelius.Drivers.Interfaces
function IDBFieldDefs.GetItem(Index: Integer): TDBFieldDef; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Index | Integer | The zero-based index of the field definition to retrieve. |