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