RecordMark Property

Specifies whether the record selector column is displayed in a Grid control. Available at design time; read/write at run time.

Grid.RecordMark[ = lExpr]

Property Values

  • lExpr
    The settings for the RecordMark property are:
    Setting Description
    True (.T.) (Default) The record selector column is displayed in a Grid.
    False (.F.) The record selector column is not displayed in a Grid.

See Also

ScrollBars Property | Controlling Record Selection with Joins

Applies To: Grid