Skip to content

Class: cWebMenuSave

Properties | Events | Methods | Index of Classes

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

Hierarchy

cObject > cWebBaseObject > cWebObject > cWebBaseUIObject > cWebMenuItem > cWebMenuSave

Show full hierarchy and direct subclasses

Library: Web Application Class Library

Package: cWebMenuSave.pkg

Description

The cWebMenuSave class is the menu item (cWebMenuItem) subclass for saving a record in a view or dialog (cWebView, cWebModalDialog) that uses a data dictionary object structure.

cWebMenuSave is pre-fabricated to show the appropriate caption, tooltip, bitmap and appearance. The menu item sends Request_Save 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 oSaveMenuItem is a cWebMenuSave
End_Object