IDBFieldDefs.Add Method
Adds a TDBFieldDef to the collection and returns its index.
Syntax
Unit: Aurelius.Drivers.Interfaces
function IDBFieldDefs.Add(Value: TDBFieldDef): Integer; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Value | TDBFieldDef | The field definition to add. |