TMedConnection.RecNumberingMode TMedConnection

property RecNumberingMode: TMedRecNumberingMode ;

Description

Every record managed by Mediator ISAM server has its number held in hidden RECNO column.

Use this property to set the default desired record numbering mode for all tables associated with this connection. There are three possible settings of RecNumberingMode property:

·rnmDefault - RecNumberingMode will be set to rnmContinuous.

·rnmContinuous - selects continuous record numbering mode as default.

·rnmPerforated - selects perforated record numbering mode as default.

See TMedTable.RecNumberingMode for more information on rnmContinuous and rnmPerforated record numbering modes.