company logo

DBFieldDef :: GetIndexDef - Get index definition

The function retrieves an index (sort order) by position or key name.

Return value:  Internal index definition ( DBIndex * )

Pointer to an internal index definition.

Implementation details

DBIndex * DBFieldDef  :: GetIndexDef ( int16 indx_pos )

The function returns the index definition at position passed in indx_pos.

  • indx_pos - Index position

    The index position is the position of an index (order) in an index list. The first index has position 0.