<< Return to Main Index

< Return to Class Index

CGXBrowserGrid::DeleteRecords

virtual void DeleteRecords();

Remarks

Called to delete all selected records.

Records can be selected from 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 bound data source, it is recommended that you override DeleteRows and not DeleteRecords.

See Also

CGXGridCore::SelectRange CGXBrowserGrid::DeleteRows

CGXBrowserGrid

Class Overview | Class Members