Class: cWebMenuDelete

Properties  Events  Methods    Index of Classes

The Web Framework menu item class for deleting a record in a view or dialog

Hierarchy

cObject
---cWebObject
------cWebBaseUIObject
---------cWebMenuItem
------------cWebMenuDelete

Library: Web Application Class Library

Package: cWebMenuDelete.pkg

Description

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.

Sample

Object oDeleteMenuItem is a cWebMenuDelete
End_Object