Delete Grid Rec From DB–Before
At this point, the runtime structure FC is blank. The system has not yet deleted the record from the database. You can use the Suppress Delete system function in this event to prevent the system from deleting the record :
After the system processes the Delete Grid Rec From DB–Before event,
it builds a SQL DELETE
statement. Then the system deletes the current
record. When user selects multiple records, all selected records are deleted.