Specifies whether the delete mark column appears in a Grid control. Available at design time and run time.
Syntax
Grid.DeleteMark[ = lExpr]
Settings
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
The delete mark column enables the user to mark records for deletion. The user clicks in the delete column at the record to delete.