Properties for cDbCJGridColumn
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Auto_Label_State | Determines if this column object will draw label values from the DDO rather than from any label that may be set in this object | cDbCJGridColumn |
| Child_Count | Returns the number of child objects the object contains | cObject |
| Code_Display_Mode | Specifies whether the list will display the choices' codes, descriptions, or both | cDbCJGridColumn |
| Color | Specifies the column's background color | cCJGridColumn |
| ComAlignment | Exposes the Alignment Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComAllowDrag | Exposes the AllowDrag Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComAllowRemove | Exposes the AllowRemove Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComAutoSize | Exposes the AutoSize Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComAutoSortWhenGrouped | Exposes the AutoSortWhenGrouped Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComBestFitMode | Exposes the BestFitMode Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComCaption | Exposes the Caption Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComDrawFooterDivider | Exposes the DrawFooterDivider Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComDrawFooterRowsVGrid | Exposes the DrawFooterRowsVGrid Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComDrawHeaderDivider | Exposes the DrawHeaderDivider Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComDrawHeaderRowsVGrid | Exposes the DrawHeaderRowsVGrid Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComEditable | Exposes the Editable Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComEditOptions | Exposes the EditOptions Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComExpanded | Exposes the Expanded Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComFilterable | Exposes the Filterable Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComFooterAlignment | Exposes the FooterAlignment Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComFooterFont | Exposes the FooterFont Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComFooterText | Exposes the FooterText Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComGroupable | Exposes the Groupable Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComHeaderAlignment | Exposes the HeaderAlignment Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComIcon | Exposes the Icon Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComIndex | Exposes the Index Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComItemIndex | Exposes the ItemIndex Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComKey | Exposes the Key Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComMaximumWidth | Exposes the MaximumWidth Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComMinimumWidth | Exposes the MinimumWidth Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComNextVisualBlock | Exposes the NextVisualBlock Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComOldVisibleIndex | Exposes the OldVisibleIndex Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComPlusMinus | Exposes the PlusMinus Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComResizable | Exposes the Resizable Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComShowInFieldChooser | Exposes the ShowInFieldChooser Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComSortable | Exposes the Sortable Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComSortAscending | Exposes the SortAscending Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComTag | Exposes the Tag Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComTooltip | Exposes the Tooltip Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComTreeColumn | Exposes the TreeColumn Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComVisible | Exposes the Visible Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComVisibleIndex | Exposes the VisibleIndex Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| ComWidth | Exposes the Width Codejock COM property in the DataFlex proxy class | cCJGridColumnXTP |
| Delegation_Mode | Determines if and how unknown messages are delegated | cObject |
| Name | Returns the full name of the object including parentage | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists | cObject |
| Object_Label | Returns the short name of an object | cObject |
| Parent | Returns the parent of an object | cObject |
| pbAllowDrag | Allows/Disallows dragging of the column to reposition it | cCJGridColumn |
| pbAllowRemove | Specifies whether the column can be removed from the grid by the user | cCJGridColumn |
| pbCapslock | Set True to force data entry in this column to uppercase characters | cCJGridColumn |
| pbCheckbox | Specifies whether the column contains a CheckBox | cCJGridColumn |
| pbComboButton | Specifies whether the cells in the column display a combo button when selected | cCJGridColumn |
| pbComboEntryState | Determines whether cells with a combo list allow users to edit the cell's value, or only select a value from the combo list | cCJGridColumn |
| pbComboSort | Allows presenting a grid combo list in sorted order | cCJGridColumn |
| pbDrawFooterDivider | Specifies whether a divider is drawn between column footers | cCJGridColumn |
| pbDrawHeaderDivider | Specifies whether the divider is drawn between column headers | cCJGridColumn |
| pbEditable | Specifies whether cells in the column can be edited | cCJGridColumn |
| pbFocusable | Specifies whether cells in the column can have focus | cCJGridColumn |
| pbMultiLine | Indicates whether the column supports multi-line rows | cCJGridColumn |
| pbResizable | Indicates whether the column width is resizable | cCJGridColumn |
| pbShowInFieldChooser | Indicates whether a column will appear in the Field Chooser when the column is hidden | cCJGridColumn |
| pbVDFEditControl | Determines whether to use a DataFlex edit control or the built-in Codejock edit control to edit the column's cell data | cCJGridColumn |
| pbVisible | Specifies whether the column is visible in the grid | cCJGridColumn |
| peAutoCreate | Manipulates COM Object instantiation | DfComAutomationObject |
| peDataType | Determines the data type of the column | cCJGridColumn |
| peFooterAlignment | Specifies the column footer text alignment | cCJGridColumn |
| peHeaderAlignment | Specifies the text alignment of the column's caption and the alignment of column header's image (or icon) | cCJGridColumn |
| peIconAlignment | Specifies the alignment for icons, images or checkbox displayed in the column | cCJGridColumn |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| peTextAlignment | Specifies the text alignment for text displayed in the column | cCJGridColumn |
| phcEditClass | Contains the class Id of the column's edit class | cCJGridColumn |
| phoConstraints | Provides a proxy object for the cCJGridRecordItemConstraints class or this column | cCJGridColumn |
| phoEditOptions | Provides a proxy object for the cCJGridRecordItemEditOptions class or this column | cCJGridColumn |
| piBindingColumn | Along with piBindingTable, determines which database table the grid column is bound to | cCJGridColumn |
| piBindingTable | Along with piBindingColumn, determines which database table the grid column is bound to | cCJGridColumn |
| piColumnId | Determines the column's create-time index, which also determines its position in the datasource column array | cCJGridColumn |
| piDisabledColor | Specifies the column's disabled background color | cCJGridColumn |
| piDisabledTextColor | Specifies the column's disabled text color | cCJGridColumn |
| piMaximumWidth | Specifies the maximum column width | cCJGridColumn |
| piMaxLength | Specifies the maximum number of characters that can be entered when editing a cell | cCJGridColumn |
| piMinimumWidth | Specifies the minimum width that a column can be sized | cCJGridColumn |
| piWidth | Specifies the default column width | cCJGridColumn |
| Prompt_Button_Mode | Determines how and if a prompt button will appear within a grid cell | cCJGridColumn |
| Prompt_Button_Value | Specifies the text displayed in the prompt button for this object | cCJGridColumn |
| Prompt_Object | The object that pops up when the kPrompt key (F4) is pressed/the Popup message is sent | cCJGridColumn |
| psCaption | Specifies the text caption for the column header | cCJGridColumn |
| psCheckboxFalse | Specifies the grid datasource value which represents a checkbox unchecked state (False) | cCJGridColumn |
| psCheckboxTrue | Specifies the grid datasource value which represents a checkbox checked state (True) | cCJGridColumn |
| psFooterText | Specifies the text displayed in the column footer | cCJGridColumn |
| psImage | Specifies the filename of a bitmap image or icon to display in the column header | cCJGridColumn |
| psLicenseKey | Contains the license key for Automation objects using a run-time license | DfComAutomationObject |
| psMask | Provides the token characters for the mask | cCJGridColumn |
| psProgID | Holds the CLSID (class ID) of the COM class represented | DfComAutomationObject |
| psToolTip | Specifies the tooltip that is displayed when the mouse cursor is positioned over the column header | cCJGridColumn |
| pvComObject | Returns an IDispatch pointer to the external COM object | DfComAutomationObject |
| Status_Help | Determines the status text that will be displayed when this column takes the focus | cCJGridColumn |
| TextColor | Specifies the column's text color | cCJGridColumn |
| Zoom_Object | Sets the destination object_id of the zoom popup message to the specified object | cCJGridColumn |