DeleteMark Property
Specifies whether the delete mark column appears in a Grid control. Available at design time and run time.
Grid.DeleteMark[ = lExpr]
Property Values
- 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.
See Also
Applies To: Grid