DeleteMark Property
Specifies whether the delete mark column appears in a Grid control. Available at design time and run time.
Grid.DeleteMark[ = lExpr]
Return Value
lExpr
The settings for the DeleteMark property are:Setting
Description
True (.T.)
(Default) The delete mark column appears on the Grid at the far left column.
False (.F.)
The delete mark column does not appear.
Remarks
Applies To: Grid Control
The delete mark column enables the user to mark records for deletion. The user clicks in the delete column at the record to delete.