Icon InsertFieldDef Method

function InsertFieldDef(InsertPos: Integer): TDBISAMFieldDef

Usage

Call the InsertFieldDef method to insert an empty TDBISAMFieldDef field definition object at a specific position in the list of field definitions. You can then use the individual properties of the TDBISAMFieldDef object that is returned to define the properties of the field. The InsertPos parameter is an integer identifying the field definition's position in the list of field definitions, in the range of 0 to the value of the Count property minus 1.
Image