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 ChangeOrdering can be used to change the order of an active grid. cDbCJGrid
Data_Field Function Required to support the framework's item based interface. cDbCJGrid
Data_File Function Required to support the framework's item based interface. cDbCJGrid
DDFieldRemember Procedure Sets the remember value for the appropriate DD column to this DEO's current value 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 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) Any Data Entry Object (DEO) has DEO_Control_Object set true, which means that it is a DEO control object, but not a container. 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) DEO_Object returns true, which means that it is a DEO object. cDbCJGrid
DEOColumnObject Function Returns a handle to the column object for the column Id if the columns is a DEO DEOColumnObject works in a fashion similar to ColumnObject. 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 ReorderGridByColumn is used to change the order of an active grid based on the preferred ordering of a column. cDbCJGrid
ReportCacheError Procedure Called when a cache error should be reported Is called when a cache error should be reported. cDbCJGrid
Request_Clear_All Procedure Sends Clear_All to the Grid's DD server Request_Clear_All clears the grid by sending Clear_All to the 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 Request_Find finds records in the grid. 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 RequestColumnFind is used to find a record based on the data in the grid and the binding information in the column object. cDbCJGrid
RequestColumnLookup Procedure Find for the closest record for the column and refreshes the grid RequestColumnLookup is a specialized version of RequestColumnFind. cDbCJGrid
SetGridCacheError Procedure Called when a cDbCJGrid attempts to refind a record in its data source and cannot. 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 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 AddRow adds a new blank row to your grid at the passed row position. cCJGrid
AttachFieldChooser Procedure Send this message to attach a Field Chooser object to the Grid The passed Field Chooser replaces the default built-in Field Chooser control. 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 BindDataSource is used to move grid definition data from the grid object to the datasource object. cCJGrid
CanAddRow Function Called before any row addition. cCJGrid
CanDeleteRow Function Called before any row delete. cCJGrid
CanEditColumn Function Called before entering Edit mode. cCJGrid
CanSaveRow Function Called before any row save. cCJGrid
ColumnCount Function Returns the number of columns in the grid ColumnCount returns the number of columns in the grid object. cCJGrid
ColumnObject Function Returns the column object for the passed column index ColumnObject returns the column object for the passed column index. cCJGrid
ColumnObjectsInDisplayOrder Function Returns an array of object handles representing the display order ColumnObjectsInDisplayOrder returns an array of object handles representing the current column 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 CommitSelectedRow provides a way to commit changes in a row without actually changing the row. cCJGrid
CreateColumns Procedure Called as part of the grid activation process to initialize all columns CreateColumns is called as part of the grid activation process, CreateGridControl. cCJGrid
CreateContextMenu Function Creates and returns a context menu to be used for rows. cCJGrid
CreateDataSource Function Creates and returns a datasource object to be used with this grid. cCJGrid
CreateFieldChooserPanel Function Creates and returns a field chooser panel object to be used with this grid. cCJGrid
CreateGridControl Procedure Method is called when the grid control is activated CreateGridControl is called when the grid COM control is created, which occurs when the object is activated. cCJGrid
CreateGridSearchDialogObject Function Creates and returns a search dialog object. cCJGrid
CreateHeaderContextMenu Function Creates and returns a context menu to be used for headers. 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 ComRedraw is used to force the entire grid control to redraw itself. cCJGrid
DeleteSelectedRow Function Attempts to delete the SelectedRow DeleteSelectedRow attempts to delete the SelectedRow. cCJGrid
DestroyColumnObjects Procedure Destroys all column objects DestroyColumnObjects destroys all column objects, both the DataFlex object and its COM counterpart. cCJGrid
EndEdit Procedure Ends edit mode EndEdit ends edit mode. cCJGrid
ExchangeLayout Procedure Exchanges the layout of the CommandBarSystem and a cCJPropExchange object ExchangeLayout exchanges the layout of the cCJGrid object and a cCJPropExchange object. cCJGrid
FirstEnterableColumn Function Returns the handle of the first enterable column object FirstEnterableColumn 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 GetIndexesForSelectedRows returns an array of indexes for all rows that are selected. cCJGrid
GetSelectedRowsCount Function Returns the number of rows that are currently selected by the grid GetSelectedRowsCount returns the number of rows that are currently selected by the grid. cCJGrid
HeaderReorder Procedure Reorders the grid based on the passed column HeaderReorder is sent to change the grid order based on the ordering/sorting rules of the object and the column. cCJGrid
InitializeData Procedure Loads the initial data into the grid InitializeData is used to load your data into a grid. cCJGrid
IsCustomEditMode Function Returns true if a DataFlex edit control is active in the grid IsCustomEditMode returns true if the grid is in edit mode and the current control is a DataFlex edit control. cCJGrid
IsEditMode Function Returns true if an edit control is active in the grid IsEditMode returns true if the grid is in edit mode. cCJGrid
LastEnterableColumn Function Returns the handle of the last enterable column object LastEnterableColumn returns the handle of the last enterable column object. cCJGrid
LoadEnvironment Procedure Loads layout information and applies it to the Grid object LoadEnvironment loads layout information and applies it to the grid object. cCJGrid
LoadResourceImagesFromFile Function Exposes the LoadResourceImagesFromFile Codejock COM function in the DataFlex proxy class This 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 MoveDownRow moves down one row. cCJGrid
MovePageDown Procedure Attempts to perform a Page Down MovePageDown performs a page down, emulating the pressing of the PageDown key. cCJGrid
MovePageUp Procedure Attempts to perform a Page Up MovePageUp performs a page up, emulating the pressing the PageDown key. cCJGrid
MoveToColumnObject Function Attempts to move to the Column of the passed column object handle. 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 MoveToFirstRow attempts to move to the first row of the grid. cCJGrid
MoveToLastEnterableColumn Procedure Attempts to move to the last enterable column in the SelectedRow MoveToLastEnterableColumn attempts to move to the last enterable column in the SelectedRow. cCJGrid
MoveToLastRow Procedure Attempts to move to the last row in the grid MoveToLastRow attempts to move to the last row of the grid. cCJGrid
MoveToRow Procedure Attempts to move to the passed row number MoveToRow attempts to navigate to the row passed in iIndex. cCJGrid
MoveUpRow Procedure Attempts to move up the previous row in the grid MoveUpRow moves up one row. cCJGrid
Next Procedure Moves the focus to the next column in the grid when the Tab key is pressed 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 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. cCJGrid
Request_AppendRow Procedure Attempts to append a new row to the end of the grid Request_AppendRow can be sent to append a new row at the end of the grid. cCJGrid
Request_Clear Procedure Attempts to clear changes in a row Request_Clear attempts to clear changes in a row by sending the Request_ClearRow message. cCJGrid
Request_ClearRow Procedure Attempts to clear changes in a row Request_ClearRow attempts to clear changes in a row. cCJGrid
Request_Delete Procedure Attempts to delete the current row Request_Delete attempts to delete the current row (SelectedRow). cCJGrid
Request_InsertRow Procedure Attempts to insert a new row above the current SelectedRow Request_InsertRow can be sent to insert a new row above the current SelectedRow. cCJGrid
Request_Save Procedure Attempts to save changes in the SelectedRow Request_Save attempts to save the changes in current row (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. cCJGrid
RequestColumnSearch Procedure Invokes a popup dialog that allows you to type in a search value for the passed column This invokes a small 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 RequestFindColumnValue attempts to find sValue in iColumn starting at row iStartRow. cCJGrid
ResetGrid Procedure Resets the Grid - resets the columns, resets the datasource and clears the data ResetGrid clears and resets the grid. cCJGrid
ResourceImagesPath Function Exposes the ResourceImagesPath Codejock COM function in the DataFlex proxy class This 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 RestoreLayout restores the grid column layout with the original object created layout settings that you created in your code. cCJGrid
RestoreSelectedRow Function Restores the selected row back to its pre-edited state RestoreSelectedRow restores the SelectedRow back to its pre-edited state. cCJGrid
SaveEnvironment Procedure Saves the grid layout information SaveEnvironment saves the grid object's layout information. cCJGrid
SaveSelectedRow Function Attempts to save the current SelectedRow SaveSelectedRow attempts to save the changes in the SelectedRow. cCJGrid
SelectedColumn Function Returns the currently selected column - the selected column within the SelectedRow SelectedColumn returns the focus column Id. cCJGrid
SelectedColumnObject Function Returns the grid column object of the SelectedColumn SelectedColumnObject 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 This 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 This sets a row's selection state, passed as iIndex, to bSet. cCJGrid
SetSelectedRowsAll Procedure Allows you to clear or select all rows under program control This sets all row's selection state to bSet. 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 SortGridbyColumn sorts a grid based on the sorting rules for the passed column object. cCJGrid
StoreOriginalLayout Procedure Designates the current grid layout to be the original layout StoreOriginalLayout designates the current grid layout as your 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 ToggleEdit enters and exits edit mode. cCJGrid
ValidateRow Function Validates all items in the SelectedRow ValidateRow validates all columns 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 Verify_Data_Loss can be augmented to provide a data-loss confirmation to your user. cCJGrid
Verify_Delete Function Is sent before a row delete allowing the delete process to be cancelled Verify_Delete can be augmented to provide a row delete confirmation to your user. cCJGrid
Verify_Save Function Sent before a row save allowing the save process to be cancelled Verify_Save can be augmented to provide a row save confirmation to your user. cCJGrid

Inherited Methods from cCJGridControl

Name Type Description Defining Class
ComAboutBox Procedure Exposes the AboutBox Codejock COM method in the DataFlex proxy class This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This 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 This exposes the UpdateRecord Codejock COM method in the DataFlex proxy class. cCJGridControl

Inherited Methods from cComActiveXControl

Name Type Description Defining Class
IsComObjectCreated Function Tests to see if a COM object exists by getting the value of IsComObjectCreated You can test to see if a COM object exists by getting the value of IsComObjectCreated. cComActiveXControl
Request_Status_Help Procedure Sent when an object is about to take or lose the focus The Request_Status_Help message is sent when an object is about to take or lose the focus. cComActiveXControl
Switch_Next_Area Procedure Moves the focus to the next "area" within a view The Switch_Next_Area navigation message 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 The Switch_Prior_Area navigation message moves the focus to the previous "area" within a view. 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 ReleaseComObject is sent to release 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 This returns an object's client area size as a folded 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 This returns an object's 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 The Activate_scope message is used to activate 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 This message is used to terminate the current level of a start_ui or ui_accept with a return value of msg_cancel. cUIObject
CanCopy Function Determines whether a Copy operation can be successfully completed Determines whether a Copy operation can be successfully completed. cUIObject
CanCut Function Determines whether a Cut operation can be successfully completed Determines whether a Cut operation can be successfully completed. cUIObject
CanDelete Function Determines whether a Delete operation can be successfully completed Determines whether a Delete operation can be successfully completed. cUIObject
CanPaste Function Determines whether a Paste operation can be successfully completed Determines whether a Paste operation can be successfully completed. cUIObject
CanSelect Function Determines whether a Select operation can be successfully completed Determines whether a Select operation can be successfully completed. cUIObject
CanUndo Function Determines whether n Undooperation can be successfully completed Determines whether an Undo operation can be successfully completed. cUIObject
Confirm Function Pops up a "Yes/No" confirmation The Confirm function can be used to pop 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 The Deactivate message removes the object from the focus tree and, if successful, sends the Deactivating message. cUIObject
Default_Key Procedure Used in On_key command to restore standard accelerator for an object The Default_Key message is only used as part of the On_Key command. 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 Prompts: Changes Exist. cUIObject
Help Procedure Overridden in the help_system to activate context-sensitive help By default, this message does nothing. cUIObject
Item Procedure Set 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 Next 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 The No_Confirmation function is used to cancel a confirmation message. cUIObject
None Procedure Does nothing - used by on_key and commands to stop a key assignment This message is always used to make a on_key assignment or an add_item message do nothing. 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 Adds or removes an object from the focus tree. cUIObject
Popup Procedure Activates a modal dialog Popup 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 Previous 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 The 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 The Switch_Next_Scope message 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 The Switch_Prior_Scope message 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 ChildByIndex is a function that can be used to iterate the direct children of an object. cObject
ClassSuperClass Function Returns the superclass of the passed class This returns the superclass of the passed class. cObject
Create Function Creates an object based on the passed Class Id The Create function is used to dynamically create objects. cObject
CreateNamed Function Creates an object based on the passed Class Id and assigns it a name Name based on a passed name 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 The Destroy message destroys the object that receives the message. cObject
Exit_Application Procedure Starts the process of closing an application The Exit_Application message is used to close the program. 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 This returns True if 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 Returns the integer class ID assigned to the class this object is based on. cObject
Request_Destroy_Object Procedure Use the Destroy method instead This method is used to destroy an object and all of its children. cObject