cObject
---DfComAutomationObject
------cComAutomationObject
---------cCJCommandBarAction
------------cCJAction
---------------cCJMenuItem
------------------cCJDeoMenuItem
---------------------cCJPromptMenuItem
cCJPromptMenuItem is a menu item class, which lets you create a menu item that will invoke a prompt object. This is used for record selection. When executed, OnExecute sends the message Prompt to the focus object.
If the focus object does not support the prompt interface or a prompt is not available (no prompt_object defined), this control will be disabled (see IsEnabled).
The pbActiveUpdate property is set true, which means that the object's enabled state will be updated dynamically.
An object based on this class can be added to any popup menu, toolbar or context menu.
Object oPromptMenuItem is a cCJPromptMenuItem End_ObjectSee Also