| Name | Type | Description |
|---|---|---|
| IsEnabled | Function | Returns true if the item is a data entry object |
Inherited Methods from cCJDeoMenuItem | ||
| DEOInformation | Function | Returns data entry information about the focus object |
| DEOInformationEx | Function | Determines whether the focus object is a DEO |
Inherited Methods from cCJMenuItem | ||
| AddDynamicControl | Function | Used to add a dynamically created control to a popup menumenu |
| CreateComControl | Function | Creates the COM control. This is called as part of the commandbar system activation process |
| CreateComInstance | Procedure | Called as part of the COM object creation process. Creates the COM controls for this object (action and control) and its children |
| CreateCommandBarControl | Function | Creates the COM control and adds to the passed collection of controls |
| IsPopup | Function | Returns true if the object is a popup type control |
Inherited Methods from cCJAction | ||
| ClassForControlType | Function | Returns the best class for the passed control type |
| CreateComAction | Procedure | Creates the COM action. This is called as part of the commandbar system activation process |
| CreateFirstProxyControl | Function | Finds the first COM control for this menu item and creates a proxy object for it. |
| CreateProxyControl | Function | Create a proxy object that is bound to the passed COM control |
| Destroy | Procedure | Destroys the action and all controls associatied with the action |
| Execute | Procedure | This triggers an action's execute process, causing OnExecute to be sent. |
| FindAllControls | Function | Finds all COM controls that have the same ID as this action |
| FindFirstControl | Function | Finds the first COM control that has the same ID as this action |
| IsChecked | Function | Function which indicates if an action should be checked |
| IsVisible | Function | Function which indicates if an action should be visible |
| ReleaseComObject | Procedure | |
| Update | Procedure | Is called to Update the state (enabled, checked, visible) of an action. |
Inherited Methods from cComAutomationObject | ||
| AttachActiveObject | Function | Looks for an active COM object of its class in the system ROT (Running Object Table) and attaches it to the DataFlex object |
| IsComObjectCreated | Function | Tests to see if a COM object exists by getting the value of IsComObjectCreated |
Inherited Methods from DfComAutomationObject | ||
| ComAddRef | Procedure | |
| ComQueryInterface | Function | |
| CreateComObject | Procedure | Connects to an instance of the Automation object |
| RegisterComEvent | Procedure | Registers a COM event in the runtime COM event handler routine. |
Inherited Methods from cObject | ||
| ChildByIndex | Function | Can be used to iterate the direct children of an object |
| ClassSuperClass | Function | Returns the superclass of the passed class |
| Create | Function | Creates an object based on the passed Class Id |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name |
| Exit_Application | Procedure | Starts the process of closing an application |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on |
| Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] |