Methods for cDbCJGridColumn

View method list in alphabetical order

NameTypeDescription
ColumnOrderingFunctionReturns the best index for ordering this column

Inherited Methods from cCJGridColumn

CanNavigateIntoColumnFunctionReturns true if this column can be given the focus via Next or Previous keyboard navigation
CheckedStateToValueFunctionConverts a checked state to a data value
ColumnDisplayIndexFunctionReturns the display index of the column, which represents it current display order
ColumnSortRulesFunctionReturns a struct value that determines the rules for sorting data around this column object
ComboAddItemProcedureSend ComboAddItem to add a name/value pair to the column's combo list
ComboDataFunctionReturns the set of combo items in the combo list for this column
ComboDeleteDataProcedureClears the combo list for this column
ComboFindItemFunctionReturns a combo match for the passed value starting at the passed start position
ComboInitializeProcedureCalled after the grid column control has been created
ContextMenuFunctionUsed to provide a custom context menu for this column. Passes default context menu, returns actual menu to use.
CreateColumnProcedureCalled as part of the Grid activation process to bind the column to the COM column object and initialize COM properties
CreateCurrencyMaskProcedureProvides a quick mechanism for creating a currency column with a mask based on the number of digits passed
CreateNumericMaskProcedureProvides a quick mechanism for creating a numeric column with a mask based on the number of digits passed
DEO_ObjectFunctionIndicates whether the column is a Data Entry Object (DEO) object
FormatEditedValueFunctionTakes an edited value and formats it for data source storage
HeaderContextMenuFunctionUsed to provide a custom header context menu for this column. Passes default context menu, returns actual menu to use.
InitialValueFunctionCalled when the datasource needs an initial value for this column
IsColumnFocusableFunctionReturns True if the column is focusable and visible
NextColumnFunctionUsed by the Next message to locate the next keyboard focusable column
PreviousColumnFunctionUsed by the Previous message to locate the previous keyboard focusable column
PromptProcedurePerforms a prompt, the default message sent by this object's prompt button or F4 key
ReleaseObjectProcedureSent to a column object when the grid is being deactivated
RowValueFunctionReturns the column value for the passed row
SelectedRowValueFunctionReturns the column value for the SelectedRow
SelectedRowValueBeforeEditFunctionReturns the column's SelectedRow value before an edit is committed
UpdateCurrentValueProcedureUsed to change the column value of the SelectedRow
ValueToCheckedStateFunctionConverts a data value to a checked state
ZoomProcedureThe default message sent by this object's Zoom key

Inherited Methods from cCJGridColumnXTP

ComBestFitProcedureExposes the BestFit Codejock COM method in the DataFlex proxy class
ComEnsureVisibleProcedureExposes the EnsureVisible Codejock COM method in the DataFlex proxy class
ComMoveProcedureExposes the Move Codejock COM method in the DataFlex proxy class
ComSetMaskProcedureExposes the SetMask Codejock COM method in the DataFlex proxy class

Inherited Methods from cComAutomationObject

AttachActiveObjectFunctionLooks for an active COM object of its class in the system ROT (Running Object Table) and attaches it to the DataFlex object
IsComObjectCreatedFunctionTests to see if a COM object exists by getting the value of IsComObjectCreated

Inherited Methods from DfComAutomationObject

ComAddRefProcedure
ComQueryInterfaceFunction
CreateComObjectProcedureConnects to an instance of the Automation object
RegisterComEventProcedureRegisters a COM event in the runtime COM event handler routine.
ReleaseComObjectProcedureReleases a reference to the Automation object without having to destroy the DataFlex wrapper object

Inherited Methods from cObject

ChildByIndexFunctionCan be used to iterate the direct children of an object
ClassSuperClassFunctionReturns the superclass of the passed class
CreateFunctionCreates an object based on the passed Class Id
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed name
DestroyProcedureDestroys the object that receives the message and any child objects of that object
Exit_ApplicationProcedureStarts the process of closing an application
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchy
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchy
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based on
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]