Delete Method
The Delete method deletes the current record, then automatically moves to the next available record.
Syntax
TDBGrid.Delete
Arguments
None
Return Value
None
Remarks
If the last record is deleted, then EOF becomes the current position.
See Also
TDBGrid Control