| CanNavigateIntoColumn |
Function |
Returns true if this column can be given the focus via Next or Previous keyboard navigation |
cCJGridColumn |
| CheckedStateToValue |
Function |
Converts a checked state to a data value |
cCJGridColumn |
| ColumnDisplayIndex |
Function |
Returns the display index of the column, which represents it current display order |
cCJGridColumn |
| ColumnSortRules |
Function |
Returns a struct value that determines the rules for sorting data around this column object |
cCJGridColumn |
| ComboAddItem |
Procedure |
Send ComboAddItem to add a name/value pair to the column's combo list |
cCJGridColumn |
| ComboData |
Function |
Returns the set of combo items in the combo list for this column |
cCJGridColumn |
| ComboDeleteData |
Procedure |
Clears the combo list for this column |
cCJGridColumn |
| ComboFindItem |
Function |
Returns a combo match for the passed value starting at the passed start position |
cCJGridColumn |
| ComboInitialize |
Procedure |
Called after the grid column control has been created |
cCJGridColumn |
| ContextMenu |
Function |
Used to provide a custom context menu for this column. Passes default context menu, returns actual menu to use. |
cCJGridColumn |
| CreateColumn |
Procedure |
Called as part of the Grid activation process to bind the column to the COM column object and initialize COM properties |
cCJGridColumn |
| CreateCurrencyMask |
Procedure |
Provides a quick mechanism for creating a currency column with a mask based on the number of digits passed |
cCJGridColumn |
| CreateNumericMask |
Procedure |
Provides a quick mechanism for creating a numeric column with a mask based on the number of digits passed |
cCJGridColumn |
| DEO_Object |
Function |
Indicates whether the column is a Data Entry Object (DEO) object |
cCJGridColumn |
| FormatEditedValue |
Function |
Takes an edited value and formats it for data source storage |
cCJGridColumn |
| HeaderContextMenu |
Function |
Used to provide a custom header context menu for this column. Passes default context menu, returns actual menu to use. |
cCJGridColumn |
| InitialValue |
Function |
Called when the datasource needs an initial value for this column |
cCJGridColumn |
| IsColumnFocusable |
Function |
Returns True if the column is focusable and visible |
cCJGridColumn |
| NextColumn |
Function |
Used by the Next message to locate the next keyboard focusable column |
cCJGridColumn |
| PreviousColumn |
Function |
Used by the Previous message to locate the previous keyboard focusable column |
cCJGridColumn |
| Prompt |
Procedure |
Performs a prompt, the default message sent by this object's prompt button or F4 key |
cCJGridColumn |
| ReleaseObject |
Procedure |
Sent to a column object when the grid is being deactivated |
cCJGridColumn |
| RowValue |
Function |
Returns the column value for the passed row |
cCJGridColumn |
| SelectedRowValue |
Function |
Returns the column value for the SelectedRow |
cCJGridColumn |
| SelectedRowValueBeforeEdit |
Function |
Returns the column's SelectedRow value before an edit is committed |
cCJGridColumn |
| UpdateCurrentValue |
Procedure |
Used to change the column value of the SelectedRow |
cCJGridColumn |
| ValueToCheckedState |
Function |
Converts a data value to a checked state |
cCJGridColumn |
| Zoom |
Procedure |
The default message sent by this object's Zoom key |
cCJGridColumn |