<< Return to Main Index

< Return to Class Index

CGXDBEGrid::DeleteRecords

virtual void DeleteRecords();

Remarks

Called to delete all selected records.

Records can be selected by the user by clicking on the row header or programmatically with the SelectRange command.

The record will be deleted by calling the virtual method DeleteRows.

If you want to support deleting records from your custom bound engine(CGXDBEngine), it is recommended that you override DeleteRows and not DeleteRecords.

Delegates to CGXBrowserLayoutManager::DeleteRecords.

See Also

CGXDBEGrid::DeleteRows

CGXDBEGrid 

Class Overview | Class Members