cObject
---cWebObject
------cWebBaseUIObject
---------cWebMenuItem
------------cWebMenuDelete
The cWebMenuDelete class is the menu item (cWebMenuItem) subclass for deleting a record in a view or dialog (cWebView, cWebModalDialog) that uses a data dictionary object (DDO) structure.
cWebMenuDelete is pre-fabricated to show the appropriate caption, tooltip, bitmap and appearance. The menu item sends Request_Delete to the object that has the focus.
An object based on this class can be added to any menu or toolbar. See cWebMenuItem for more information.
Object oDeleteMenuItem is a cWebMenuDelete End_Object