Skip to content

Methods for cDbCJGrid

View method list in alphabetical order.

Name Type Description Defining Class
ChangeOrdering Procedure Used to change the ordering of an active grid cDbCJGrid
Data_Field Function Required to support the framework's item based interface. Wrapper for Get piBindingColumn. cDbCJGrid
Data_File Function Required to support the framework's item based interface. Wrapper for Get piBindingTable. cDbCJGrid
DDFieldRemember Procedure Sets the remember value for the appropriate DD column to this DEO's current value cDbCJGrid
DDFieldRememberLast Procedure Set the remember value for the appropriate DD column to whatever is in the DEO at the time that it is cleared cDbCJGrid
DDFieldUnRemember Procedure Clears the remember value for the appropriate DD column cDbCJGrid
DDRefreshTableStatus Function Used inside of the Refresh event to determine if a table has participated in the current DataDictionary operation cDbCJGrid
DEO_Control_Object Function Indicates that this is a Data Entry Object (DEO) cDbCJGrid
Deo_Find_Object Function Indicates that this is a Data Entry Object (DEO) that understands the finding interface cDbCJGrid
DEO_Object Function Indicates that this control is a Data Entry Object (DEO) cDbCJGrid
DEOColumnObject Function Returns a handle to the column object for the column Id if the columns is a DEO cDbCJGrid
Find_First Procedure Finds the first valid record for a DEO object based on the table and column assigned to the DEO's current grid column cDbCJGrid
Find_GE Procedure Performs a find greater than or equal by the table and column of the current grid column, using Request_Find cDbCJGrid
Find_Last Procedure Finds the last valid record based on the table and column assigned to the DEO's current grid column cDbCJGrid
Find_Next Procedure Performs a find greater than by the table and column of the current grid column using Request_Find cDbCJGrid
Find_Previous Procedure Performs a find less than by the table and column of the current grid column using Request_Find cDbCJGrid
HandleCacheError Procedure Called when the grid cannot find a cached record on the back end and pbCacheError = True cDbCJGrid
RefreshDataFromDD Procedure Refreshes and redisplays a grid based around the current record in your DataDictionary Object and the offset from top by iOffset cDbCJGrid
RefreshDataFromExternal Procedure Refreshes and redisplays a grid based around the active record in your global table buffer and the offset from top by iOffset cDbCJGrid
RefreshDataFromMatchingRow Procedure Refreshes and redisplays a dynamic grid based around the passed RowId and offset from top cDbCJGrid
RefreshDataFromSelectedRow Procedure Refreshes existing data in a dynamic grid based on the RowId in the current SelectedRow cDbCJGrid
ReorderGridByColumn Procedure Used to change the ordering of an active grid based on a column ordering cDbCJGrid
ReportCacheError Procedure Called when a cache error should be reported cDbCJGrid
Request_Clear_All Procedure Sends Clear_All to the Grid's DD server cDbCJGrid
Request_Clear_All_Parent Procedure Called when child is cleared and changes exist in parent cDbCJGrid
Request_ClearBindingTable Procedure Sends clear to the DDO that owns the binding table cDbCJGrid
Request_Find Procedure Finds a records using the specified mode cDbCJGrid
Request_Save_No_Clear Procedure Saves changes to the current record of this object's server, if any, and does not clear the buffer cDbCJGrid
Request_Save_Parent Procedure Called when child is saved and changes exist in parent cDbCJGrid
RequestColumnFind Procedure Performs a find based on the data binding of this column cDbCJGrid
RequestColumnLookup Procedure Find for the closest record for the column and refreshes the grid cDbCJGrid
SetGridCacheError Procedure Called when a cDbCJGrid attempts to refind a record in its data source and cannot. Good for debugging cDbCJGrid
Verify_Data_Loss Function Sends the Verify_Data_Loss_msg message when user action causes the program to get this function cDbCJGrid
Verify_Delete Function Sends the Verify_Delete_msg message when user action causes the program to get this functio cDbCJGrid
Verify_Save Function Sends the Verify_Save_msg message when user action causes the program to get this function cDbCJGrid

Inherited Methods from cCJGrid

Name Type Description Defining Class
ActivateFieldChooser Procedure Send this message to popup a field chooser object cCJGrid
AddImage Function Adds an icon, bitmap or cursor to the grid's image list cCJGrid
AddImageType Function Adds an icon, bitmap or cursor to the grid's image list cCJGrid
AddRow Function Adds a new row to the grid at the requested row offset cCJGrid
AttachFieldChooser Procedure Send this message to attach a Field Chooser object to the Grid cCJGrid
BeginEdit Procedure Manually begins the editing the SelectedColumn in the SelectedRow cCJGrid
BindDataSource Procedure Updates binding information from the grid to the grid datasource cCJGrid
CanAddRow Function Called before any row addition. Returns True if a row can be inserted or appended. cCJGrid
CanDeleteRow Function Called before any row delete. Returns True if the SelectedRow can be deleted. cCJGrid
CanEditColumn Function Called before entering Edit mode. Returns True if the SelectedRow and column can be edited cCJGrid
CanSaveRow Function Called before any row save. Returns True if the SelectedRow can be saved. cCJGrid
ColumnCount Function Returns the number of columns in the grid cCJGrid
ColumnObject Function Returns the column object for the passed column index cCJGrid
ColumnObjectsInDisplayOrder Function Returns an array of object handles representing the display order cCJGrid
CommitFocusField Procedure If the a grid edit control is active, copies the value of the control to the grid datasource cCJGrid
CommitSelectedRow Function Commits changes in a row (save or clear) without changing rows cCJGrid
CreateColumns Procedure Called as part of the grid activation process to initialize all columns cCJGrid
CreateContextMenu Function Creates and returns a context menu to be used for rows. Is called when the object is created. cCJGrid
CreateDataSource Function Creates and returns a datasource object to be used with this grid. Is called when the object is created. cCJGrid
CreateFieldChooserPanel Function Creates and returns a field chooser panel object to be used with this grid. Is called when the object is created. cCJGrid
CreateGridControl Procedure Method is called when the grid control is activated cCJGrid
CreateGridSearchDialogObject Function Creates and returns a search dialog object. Can be augmented to customize a search dialog cCJGrid
CreateHeaderContextMenu Function Creates and returns a context menu to be used for headers. Is called when the object is created. cCJGrid
CreatePropExchangeObject Function Returns the handle of a newly created property exchange object. cCJGrid
Current_Item Function A proxy method that returns the SelectedColumn cCJGrid
DeferredRedraw Procedure Redraws the entire grid at the next possible idle event cCJGrid
DeleteSelectedRow Function Attempts to delete the SelectedRow cCJGrid
DestroyColumnObjects Procedure Destroys all column objects cCJGrid
EndEdit Procedure Ends edit mode cCJGrid
ExchangeLayout Procedure Exchanges the layout of the CommandBarSystem and a cCJPropExchange object cCJGrid
FirstEnterableColumn Function Returns the handle of the first enterable column object cCJGrid
ForceColumnExit Function Sends all of the column object exiting events without actually exiting the column cCJGrid
FreezeColumn Procedure Freezes horizontal scrolling for this column and all columns to its left cCJGrid
GetIndexesForSelectedRows Function Returns an array of indexes for all rows that are marked as selected cCJGrid
GetSelectedRowsCount Function Returns the number of rows that are currently selected by the grid cCJGrid
HeaderReorder Procedure Reorders the grid based on the passed column cCJGrid
InitializeData Procedure Loads the initial data into the grid cCJGrid
IsCustomEditMode Function Returns true if a DataFlex edit control is active in the grid cCJGrid
IsEditMode Function Returns true if an edit control is active in the grid cCJGrid
LastEnterableColumn Function Returns the handle of the last enterable column object cCJGrid
LoadEnvironment Procedure Loads layout information and applies it to the Grid object cCJGrid
LoadResourceImagesFromFile Function Exposes the LoadResourceImagesFromFile Codejock COM function in the DataFlex proxy class cCJGrid
MoveDownRow Procedure Attempts to move down to the next row in the grid cCJGrid
MovePageDown Procedure Attempts to perform a Page Down cCJGrid
MovePageUp Procedure Attempts to perform a Page Up cCJGrid
MoveToColumnObject Function Attempts to move to the Column of the passed column object handle. Returns False if successful. cCJGrid
MoveToFirstEnterableColumn Procedure Attempts to move to the first enterable column in the SelectedRow cCJGrid
MoveToFirstRow Procedure Attempts to move to the first row in the grid cCJGrid
MoveToLastEnterableColumn Procedure Attempts to move to the last enterable column in the SelectedRow cCJGrid
MoveToLastRow Procedure Attempts to move to the last row in the grid cCJGrid
MoveToRow Procedure Attempts to move to the passed row number cCJGrid
MoveUpRow Procedure Attempts to move up the previous row in the grid cCJGrid
Next Procedure Moves the focus to the next column in the grid when the Tab key is pressed cCJGrid
Previous Procedure Moves the focus to the previous column in the grid when the Shift+Tab key is pressed cCJGrid
ReInitializeData Procedure Reloads the initial data into the grid cCJGrid
RemoveNewSelectedRow Function Removes a new selected row and selects the next row. Performs a data-loss verify if needed. cCJGrid
Request_AppendRow Procedure Attempts to append a new row to the end of the grid cCJGrid
Request_Clear Procedure Attempts to clear changes in a row cCJGrid
Request_ClearRow Procedure Attempts to clear changes in a row cCJGrid
Request_Delete Procedure Attempts to delete the current row cCJGrid
Request_InsertRow Procedure Attempts to insert a new row above the current SelectedRow cCJGrid
Request_Save Procedure Attempts to save changes in the SelectedRow cCJGrid
Request_Search Procedure Invokes a popup dialog that allows you to type in a search value for the sort column cCJGrid
Request_Status_Help Procedure Sent when an object or column is about to take or lose the focus. Used to manage the status bar help. cCJGrid
RequestColumnSearch Procedure Invokes a popup dialog that allows you to type in a search value for the passed column cCJGrid
RequestFindColumnValue Procedure Attempts to find a value in a column and move to the row that contains that value in a static grid cCJGrid
ResetGrid Procedure Resets the Grid - resets the columns, resets the datasource and clears the data cCJGrid
ResourceImagesPath Function Exposes the ResourceImagesPath Codejock COM function in the DataFlex proxy class cCJGrid
RestoreLayout Procedure Restores the grid column layout to its original design time layout cCJGrid
RestoreSelectedRow Function Restores the selected row back to its pre-edited state cCJGrid
SaveEnvironment Procedure Saves the grid layout information cCJGrid
SaveSelectedRow Function Attempts to save the current SelectedRow cCJGrid
SelectedColumn Function Returns the currently selected column - the selected column within the SelectedRow cCJGrid
SelectedColumnObject Function Returns the grid column object of the SelectedColumn cCJGrid
SetIndexesForSelectedRows Procedure Sets the row's selection state to true for all row values passed in the SelectedRowIndexes array cCJGrid
SetSelectedRow Procedure Allows you to clear or select a row under program control cCJGrid
SetSelectedRowsAll Procedure Allows you to clear or select all rows under program control cCJGrid
SetTooltipMargin Procedure Sets the top, left, bottom, and right margins of the tool tip window cCJGrid
SetWatermark Procedure Sets a watermark bitmap to be shown in the grid control background using a bitmap from file or resource cCJGrid
ShouldCommitOnObjectExit Function Returns True if changes in the SelectedRow should be committed (saved or cleared) when the grid object loses the focus. cCJGrid
SortGridByColumn Procedure Sorts a static grid based on the sort rules of a column object cCJGrid
StoreOriginalLayout Procedure Designates the current grid layout to be the original layout cCJGrid
SynchronizeGridtoSelectedRow Procedure Forces the grid to synchronize itself to the datasource's SelectedRow and display this row at the offset preference cCJGrid
ToggleEdit Procedure Toggles Edit mode for the current SelectedColumn cCJGrid
ValidateRow Function Validates all items in the SelectedRow cCJGrid
Verify_Data_Loss Function Sent when clearing a row will result in data-loss allowing the data-loss process to be cancelled cCJGrid
Verify_Delete Function Is sent before a row delete allowing the delete process to be cancelled cCJGrid
Verify_Save Function Sent before a row save allowing the save process to be cancelled cCJGrid

Inherited Methods from cCJGridControl

Name Type Description Defining Class
ComAboutBox Procedure Exposes the AboutBox Codejock COM method in the DataFlex proxy class cCJGridControl
ComAddRecord Function Exposes the AddRecord Codejock COM function in the DataFlex proxy class cCJGridControl
ComAddRecordEx Procedure Exposes the AddRecordEx Codejock COM method in the DataFlex proxy class cCJGridControl
ComAddRecordEx2 Procedure Exposes the AddRecordEx2 Codejock COM method in the DataFlex proxy class cCJGridControl
ComAddRecordEx3 Procedure Exposes the AddRecordEx3 Codejock COM method in the DataFlex proxy class cCJGridControl
ComClearContent Procedure Exposes the ClearContent Codejock COM method in the DataFlex proxy class cCJGridControl
ComCollapseAll Procedure Exposes the CollapseAll Codejock COM method in the DataFlex proxy class cCJGridControl
ComCopy Procedure Exposes the Copy Codejock COM method in the DataFlex proxy class cCJGridControl
ComCreateIconViewAndRowNumberColumn Procedure Exposes the CreateIconViewAndRowNumberColumn Codejock COM method in the DataFlex proxy class cCJGridControl
ComCreateIconViewColumn Procedure Exposes the CreateIconViewColumn Codejock COM method in the DataFlex proxy class cCJGridControl
ComCreatePrintView Function Exposes the CreatePrintView Codejock COM function in the DataFlex proxy class cCJGridControl
ComCreateRecords Function Exposes the CreateRecords Codejock COM function in the DataFlex proxy class cCJGridControl
ComCreateRecordsFromDropArray Function Exposes the CreateRecordsFromDropArray Codejock COM function in the DataFlex proxy class cCJGridControl
ComCreateRowNumberColumn Procedure Exposes the CreateRowNumberColumn Codejock COM method in the DataFlex proxy class cCJGridControl
ComCut Procedure Exposes the Cut Codejock COM method in the DataFlex proxy class cCJGridControl
ComDoPropExchange Procedure Exposes the DoPropExchange Codejock COM method in the DataFlex proxy class cCJGridControl
ComDragRecords Function Exposes the DragRecords Codejock COM function in the DataFlex proxy class cCJGridControl
ComEditItem Procedure Exposes the EditItem Codejock COM method in the DataFlex proxy class cCJGridControl
ComEnableDragDrop Function Exposes the EnableDragDrop Codejock COM function in the DataFlex proxy class cCJGridControl
ComEnableToolTips Procedure Exposes the EnableToolTips Codejock COM method in the DataFlex proxy class cCJGridControl
ComExpandAll Procedure Exposes the ExpandAll Codejock COM method in the DataFlex proxy class cCJGridControl
ComGetElementRect Procedure Exposes the GetElementRect Codejock COM method in the DataFlex proxy class cCJGridControl
ComHitTest Function Exposes the HitTest Codejock COM function in the DataFlex proxy class cCJGridControl
ComIconViewRowNumberSetup Procedure Exposes the IconViewRowNumberSetup Codejock COM method in the DataFlex proxy class cCJGridControl
ComIconViewSetup Procedure Exposes the IconViewSetup Codejock COM method in the DataFlex proxy class cCJGridControl
ComInsertRecord Function Exposes the InsertRecord Codejock COM function in the DataFlex proxy class cCJGridControl
ComIsShowIconWhenEditing Function Exposes the IsShowIconWhenEditing Codejock COM function in the DataFlex proxy class cCJGridControl
ComLoadSettings Procedure Exposes the LoadSettings Codejock COM method in the DataFlex proxy class cCJGridControl
ComPaste Procedure Exposes the Paste Codejock COM method in the DataFlex proxy class cCJGridControl
ComPopulate Procedure Exposes the Populate Codejock COM method in the DataFlex proxy class cCJGridControl
ComPopulateFooterRows Procedure Exposes the PopulateFooterRows Codejock COM method in the DataFlex proxy class cCJGridControl
ComPopulateHeaderRows Procedure Exposes the PopulateHeaderRows Codejock COM method in the DataFlex proxy class cCJGridControl
ComPrintGrid Procedure Exposes the PrintGrid Codejock COM method in the DataFlex proxy class cCJGridControl
ComPrintGrid2 Procedure Exposes the PrintGrid2 Codejock COM method in the DataFlex proxy class cCJGridControl
ComPrintPreview Procedure Exposes the PrintPreview Codejock COM method in the DataFlex proxy class cCJGridControl
ComPrintPreviewExt Procedure Exposes the PrintPreviewExt Codejock COM method in the DataFlex proxy class cCJGridControl
ComReCalc Procedure Exposes the ReCalc Codejock COM method in the DataFlex proxy class cCJGridControl
ComRedraw Procedure Exposes the Redraw Codejock COM method in the DataFlex proxy class cCJGridControl
ComReleaseSort Procedure Exposes the ReleaseSort Codejock COM method in the DataFlex proxy class cCJGridControl
ComRemoveRecordEx Function Exposes the RemoveRecordEx Codejock COM function in the DataFlex proxy class cCJGridControl
ComRemoveRowEx Function Exposes the RemoveRowEx Codejock COM function in the DataFlex proxy class cCJGridControl
ComSaveSettings Function Exposes the SaveSettings Codejock COM function in the DataFlex proxy class cCJGridControl
ComSetCustomDraw Procedure Exposes the SetCustomDraw Codejock COM method in the DataFlex proxy class cCJGridControl
ComSetFieldChooserHandle Procedure Exposes the SetFieldChooserHandle Codejock COM method in the DataFlex proxy class cCJGridControl
ComSetIconViewToDefaults Procedure Exposes the SetIconViewToDefaults Codejock COM method in the DataFlex proxy class cCJGridControl
ComSetImageList Procedure Exposes the SetImageList Codejock COM method in the DataFlex proxy class cCJGridControl
ComSetScrollBars Procedure Exposes the SetScrollBars Codejock COM method in the DataFlex proxy class cCJGridControl
ComSetVirtualMode Procedure Exposes the SetVirtualMode Codejock COM method in the DataFlex proxy class cCJGridControl
ComSetWatermarkBitmap Function Exposes the SetWatermarkBitmap Codejock COM function in the DataFlex proxy class cCJGridControl
ComSetWatermarkBitmapFromFile Function Exposes the SetWatermarkBitmapFromFile Codejock COM function in the DataFlex proxy class cCJGridControl
ComShowIconWhenEditing Procedure Exposes the ShowIconWhenEditing Codejock COM method in the DataFlex proxy class cCJGridControl
ComShowPrintPageSetup Function Exposes the ShowPrintPageSetup Codejock COM function in the DataFlex proxy class cCJGridControl
ComShowRowNumber Procedure Exposes the ShowRowNumber Codejock COM method in the DataFlex proxy class cCJGridControl
ComUnSort Procedure Exposes the UnSort Codejock COM method in the DataFlex proxy class cCJGridControl
ComUpdateRecord Procedure Exposes the UpdateRecord Codejock COM method in the DataFlex proxy class cCJGridControl

Inherited Methods from cComActiveXControl

Name Type Description Defining Class
Beginning_of_Panel Procedure Gives the focus to the first item in the first object in the current parent-child hierarchy cComActiveXControl
Bottom_of_Panel Procedure Activates the last child object of this object that is a DEO, if any cComActiveXControl
DoHtmlHelp Procedure Launches Compiled HTML Help cComActiveXControl
End_of_Panel Procedure Gives the focus to the last item in the last object in the current parent-child hierarchy cComActiveXControl
Error_Help Procedure cComActiveXControl
Extended_Help Procedure cComActiveXControl
File_Help Procedure cComActiveXControl
Help Procedure Requests Help. Usually invoked by pressing F1 or pressing a Button that sends this message cComActiveXControl
Help_For_Help Procedure cComActiveXControl
Help_Index Procedure cComActiveXControl
Help_on_Topic Procedure cComActiveXControl
IsComObjectCreated Function Tests to see if a COM object exists by getting the value of IsComObjectCreated cComActiveXControl
Keys_Help Procedure cComActiveXControl
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 cComActiveXControl
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 cComActiveXControl
Request_Status_Help Procedure Sent when an object is about to take or lose the focus cComActiveXControl
ReSize_Label Procedure Called to resize the object's label after a font change cComActiveXControl
Switch_Next_Area Procedure Moves the focus to the next "area" within a view cComActiveXControl
Switch_Prior_Area Procedure Moves the focus to the previous "area" within a view cComActiveXControl
Top_of_Panel Procedure Activates the first child object of this object that is a DEO, if any; else activates this object cComActiveXControl

Inherited Methods from DfInPlaceComObject

Name Type Description Defining Class
ComAddRef Procedure DfInPlaceComObject
ComQueryInterface Function DfInPlaceComObject
CreateComObject Procedure Sent to create and connect to an instance of the ActiveX control associated with this object DfInPlaceComObject
RegisterComEvent Procedure DfInPlaceComObject
RegisterPropertyChangeEvent Procedure DfInPlaceComObject
ReleaseComObject Procedure Releases ActiveX control associated with this object DfInPlaceComObject

Inherited Methods from DfComUIObject

Name Type Description Defining Class
Adjust_Logicals Procedure Sets the logical coordinates for size and location to the best approximations of the actual physical coordinates of the object DfComUIObject
DialogToGui Function This is used to convert dialog units to gui units. DfComUIObject
GuiClientSize Function This returns an object's client area size as a folded integer value DfComUIObject
GuiToDialog Function This is used to convert gui units to dialog units. DfComUIObject
GuiWindowSize Function This returns an object's outer window bounding size as a folded value DfComUIObject
Release_Mouse_Capture Procedure Restores normal mouse capture DfComUIObject

Inherited Methods from cUIObject

Name Type Description Defining Class
Activate Procedure Gives an object the focus (and adds it to the focus tree) cUIObject
Activate_Scope Procedure Activates objects that are separate tools to the application cUIObject
Add_Focus Procedure Adds the object into the focus tree at the Next_Level of the hoParent in the focus tree cUIObject
Bell Procedure Rings the PC bell cUIObject
Cancel Procedure Used to terminate the current level of a start_ui or ui_accept cUIObject
CanCopy Function Determines whether a Copy operation can be successfully completed cUIObject
CanCut Function Determines whether a Cut operation can be successfully completed cUIObject
CanDelete Function Determines whether a Delete operation can be successfully completed cUIObject
CanPaste Function Determines whether a Paste operation can be successfully completed cUIObject
CanSelect Function Determines whether a Select operation can be successfully completed cUIObject
CanUndo Function Determines whether n Undooperation can be successfully completed cUIObject
Confirm Function Pops up a "Yes/No" confirmation cUIObject
Data_Loss_Confirmation Function Pops up a "Yes/No" confirmation for data loss cUIObject
Deactivate Procedure Removes the object from the focus tree cUIObject
Default_Key Procedure Used in On_key command to restore standard accelerator for an object cUIObject
Delete_Confirmation Function Pops up a "Yes/No" confirmation for a delete cUIObject
Exit_Loss_Confirmation Function Pops up a "Yes/No" confirmation for exit loss cUIObject
Help Procedure Overridden in the help_system to activate context-sensitive help cUIObject
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 cUIObject
Line_Delete_Confirmation Function Pops up a "Yes/No" confirmation for a line delete cUIObject
Line_Save_Confirmation Function Pops up a "Yes/No" confirmation for a line save cUIObject
Next Procedure Moves the focus to the next object in the tab order when the Tab key is pressed cUIObject
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 cUIObject
No_Confirmation Function Used to cancel a confirmation message cUIObject
None Procedure Does nothing - used by on_key and commands to stop a key assignment cUIObject
Ok Procedure Used on items and accelerator key definitions to terminate the current level of start_ui or ui_accept cUIObject
Page_Object Procedure Adds or removes an object from the focus tree cUIObject
Popup Procedure Activates a modal dialog cUIObject
Previous Procedure Moves the focus to the previous object in the tab order when the Shift+Tab key is pressed cUIObject
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 cUIObject
Save_Confirmation Function Pops up a "Yes/No" confirmation for a save cUIObject
Stop_UI Procedure Terminates a popup_modal message and returns execution to the next line after the one on which this message was sent cUIObject
Switch Procedure Moves the focus to the object returned by the next_object_id function cUIObject
Switch_Back Procedure Moves the focus to the object returned by the prior_object_id function cUIObject
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 cUIObject
Switch_Next_Scope Procedure Moves the focus to the scope focus of the next scope cUIObject
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 cUIObject
Switch_Prior_Scope Procedure Moves the focus to the scope focus of the prior_scope cUIObject

Inherited Methods from cObject

Name Type Description Defining Class
ChildByIndex Function Can be used to iterate the direct children of an object cObject
ClassSuperClass Function Returns the superclass of the passed class cObject
Create Function Creates an object based on the passed Class Id cObject
CreateNamed Function Creates an object based on the passed Class Id and assigns it a name Name based on a passed name cObject
Destroy Procedure Destroys the object that receives the message and any child objects of that object cObject
Exit_Application Procedure Starts the process of closing an application cObject
IsClassOfClass Function Determines whether the target class is part of the searched class's hierarchy cObject
IsObjectOfClass Function Determines whether the passed class is part of the object's class hierarchy cObject
ObjectClass Function Returns the integer class ID assigned to the class this object is based on cObject
Request_Destroy_Object Procedure Use the Destroy method instead cObject