Class: cWebMenuClear
Properties | Events | Methods | Index of Classes
The Web Framework menu item class for clearing data in a view or dialog
Hierarchy
cObject > cWebBaseObject > cWebObject > cWebBaseUIObject > cWebMenuItem > cWebMenuClear
Show full hierarchy and direct subclasses
- cObject
- cWebBaseObject
- cWebObject
- cWebBaseUIObject
- cWebMenuItem
- cWebMenuClear
Library: Web Application Class Library
Package: cWebMenuClear.pkg
Description
The cWebMenuClear class is the menu item (cWebMenuItem) subclass for clearing data in a view or dialog (cWebView, cWebModalDialog) that uses a data dictionary object (DDO) structure.
cWebMenuClear is pre-fabricated to show the appropriate caption, tooltip, bitmap and appearance. The clear menu item sends Request_Clear 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 oClearMenuItem is a cWebMenuClear
End_Object