Name | Type | Description |
---|---|---|
Inherited Methods from AppPanel | ||
Cascade_Windows | Procedure | Arranges this object's views so that the edge of each underlying view can be seen to the left of the left edge and above the top edge of the view overlying it |
Minimize_All_Windows | Procedure | Minimizes all views within the client area |
Restore_All_Windows | Procedure | Restores all minimized windows (views) in the client area |
Tile_Windows_Horizontal | Procedure | Horizontally tiles all windows (views) in the client area |
Tile_Windows_Vertical | Procedure | Vertically tiles all windows (views) in the client area |
Toggle_Auto_Arrange_Icons | Procedure | Toggles Auto_Arrange_Icons_State |
Toggle_StatusBar | Procedure | Toggles the value of the statusBar_state property |
Toggle_Toolbar | Procedure | Toggles the value of the Toolbar_state property |
Inherited Methods from BasicPanel | ||
Beginning_of_Panel | Procedure | Gives the focus to the first item in the first object in the current parent-child hierarchy |
Bottom_of_Panel | Procedure | Activates the last child object of this object that is a DEO, if any |
Close_Panel | Procedure | Closes the panel or component currently open |
DoHtmlHelp | Procedure | Launches Compiled HTML Help |
End_of_Panel | Procedure | Gives the focus to the last item in the last object in the current parent-child hierarchy |
Error_Help | Procedure | [Obsolete] |
Extended_Help | Procedure | [Obsolete] |
File_Help | Procedure | [Obsolete] |
Help | Procedure | Requests Help. Usually invoked by pressing F1 or pressing a Button that sends this message |
Help_For_Help | Procedure | [Obsolete] |
Help_Index | Procedure | [Obsolete] |
Help_on_Topic | Procedure | [Obsolete] |
Keys_Help | Procedure | [Obsolete] |
Next_Object_Id | Function | Called by the switch message to determine the object_id of the next object to go to in the focus tree |
Popup_Modal | Procedure | (Legacy Message) Activates a modal dialog |
Prior_Object_Id | Function | Called by the switch_back message to determine the object_id of the previous object to go to in the focus tree |
Request_Status_Help | Procedure | Sent when an object is about to take or lose the focus |
Stop_Modal_UI | Procedure | Causes the modal object to deactivate |
Switch_Next_Area | Procedure | Moves the focus to the next "area" within a view |
Switch_Prior_Area | Procedure | Moves the focus to the previous "area" within a view |
Top_of_Panel | Procedure | Activates the first child object of this object that is a DEO, if any; else activates this object |
Inherited Methods from DfBaseUIWindow | ||
Release_Mouse_Capture | Procedure | Restores normal mouse capture |
Inherited Methods from DfBaseWindow | ||
Adjust_Logicals | Procedure | Sets the logical coordinates for size and location to the best approximations of the actual physical coordinates of the object |
DialogToGui | Function | This is used to convert dialog units to gui units. |
Enumerate_Fonts | Procedure | Provides a mechanism to obtain a list of all fonts |
External_Class_Name | Procedure Set | Used to "wrap" a windows control inside of a DataFlex class |
External_Message | Procedure Set | Assigns Windows messages to DataFlex messages |
GuiClientSize | Function | This returns an object's client area size as a folded integer value |
GuiToDialog | Function | This is used to convert gui units to dialog units. |
GuiWindowSize | Function | This returns an object's outer window bounding size as a folded value |
Windows_Message | Procedure | Sends a message to the Windows message queue |
Inherited Methods from cUIObject | ||
Activate | Procedure | Gives an object the focus (and adds it to the focus tree) |
Activate_Scope | Procedure | Activates objects that are separate tools to the application |
Bell | Procedure | Rings the PC bell |
Cancel | Procedure | Used to terminate the current level of a start_ui or ui_accept |
CanCopy | Function | Determines whether a Copy operation can be successfully completed |
CanCut | Function | Determines whether a Cut operation can be successfully completed |
CanDelete | Function | Determines whether a Delete operation can be successfully completed |
CanPaste | Function | Determines whether a Paste operation can be successfully completed |
CanSelect | Function | Determines whether a Select operation can be successfully completed |
CanUndo | Function | Determines whether n Undooperation can be successfully completed |
Confirm | Function | Pops up a "Yes/No" confirmation |
Data_Loss_Confirmation | Function | Pops up a "Yes/No" confirmation for data loss |
Deactivate | Procedure | Removes the object from the focus tree |
Default_Key | Procedure | Used in On_key command to restore standard accelerator for an object |
Delete_Confirmation | Function | Pops up a "Yes/No" confirmation for a delete |
Exit_Loss_Confirmation | Function | Pops up a "Yes/No" confirmation for exit loss |
Item | Procedure Set | Changes the current item to the first or last data item (depending on the value of last) in the displayed range of items |
Line_Delete_Confirmation | Function | Pops up a "Yes/No" confirmation for a line delete |
Line_Save_Confirmation | Function | Pops up a "Yes/No" confirmation for a line save |
Next | Procedure | Moves the focus to the next object in the tab order when the Tab key is pressed |
No_Confirmation | Function | Used to cancel a confirmation message |
None | Procedure | Does nothing - used by on_key and commands to stop a key assignment |
Ok | Procedure | Used on items and accelerator key definitions to terminate the current level of start_ui or ui_accept |
Popup | Procedure | Activates a modal dialog |
Previous | Procedure | Moves the focus to the previous object in the tab order when the Shift+Tab key is pressed |
Save_Confirmation | Function | Pops up a "Yes/No" confirmation for a save |
Stop_UI | Procedure | Terminates a popup_modal message and returns execution to the next line after the one on which this message was sent |
Switch | Procedure | Moves the focus to the object returned by the next_object_id function |
Switch_Back | Procedure | Moves the focus to the object returned by the prior_object_id function |
Switch_Next_Group | Procedure | Moves the focus to the first object in the next_level of the next_object of the prior_level of this object |
Switch_Next_Scope | Procedure | Moves the focus to the scope focus of the next scope |
Switch_Prior_Group | Procedure | Moves the focus to the last object in the prior_level of the prior_object of the next_level of this object |
Switch_Prior_Scope | Procedure | Moves the focus to the scope focus of the prior_scope |
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 |
Destroy | Procedure | Destroys the object that receives the message and any child objects of that object |
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] |