JavaScript Editor js editor     Web development 



Main Page

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

Grid.RecordMark[ = lExpr]

Return Value

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.

Remarks

Applies To: Grid

See Also



JavaScript Editor js editor     Web development