Skip to content

Properties for cDbCJGridColumnSuggestion

View property list in alphabetical order.

Name Description Defining Class
pbCaseSensitive Determines if the suggestion list filtering should be case sensitive pbCaseSensitive determines if the search filtering should be case sensitive. cDbCJGridColumnSuggestion
pbFindOnSelect Determines whether to perform a find in a data-aware control on tag selection cDbCJGridColumnSuggestion
pbFullText Determines whether a full text search is performed to fill suggestion list cDbCJGridColumnSuggestion
pbFullWidth Determines if the drop down suggestion list will attempt to be the same width as the invoking form cDbCJGridColumnSuggestion
peSuggestionMode Determines the suggestions shown in the list for a suggestion form cDbCJGridColumnSuggestion
piFindIndex Provides a mechanism for defining a finding index if the default field index will not suffice piFindIndex allows you to define a particular find index for finding suggestion record candidates. cDbCJGridColumnSuggestion
piMaxResults Limits the number of items displayed in a suggestion list piMaxResults determines the maximum number of items that will be displayed in a suggestion list. cDbCJGridColumnSuggestion
piPopupTimeout The number of milliseconds to wait after a keystroke before invoking or changing the suggestion list cDbCJGridColumnSuggestion
piStartAtChar Determines how many characters you type before a suggestion list is presented piStartAtChar determines how many characters must be typed before the suggestion list will be presented. cDbCJGridColumnSuggestion

Inherited Properties from cDbCJGridColumn

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
Code_Display_Mode Specifies whether the list will display the choices' codes, descriptions, or both Specifies whether the column's combo form list will display the choices' codes, descriptions, or both. cDbCJGridColumn

Inherited Properties from cCJGridColumn

Name Description Defining Class
Color Specifies the column's background color Specifies the column's background color. cCJGridColumn
pbAllowDrag Allows/Disallows dragging of the column to reposition it The cCJGrid class supports reordering columns by dragging the column header with the mouse. cCJGridColumn
pbAllowRemove Specifies whether the column can be removed from the grid by the user The cCJGrid control supports removing columns by dragging the column header with the mouse. cCJGridColumn
pbCapslock Set True to force data entry in this column to uppercase characters Set True to force data entry in this column to uppercase characters. cCJGridColumn
pbCheckbox Specifies whether the column contains a CheckBox Set to True to display a checkbox for all grid cells in this column. cCJGridColumn
pbComboButton Specifies whether the cells in the column display a combo button when selected When set to True, this adds a drop-down combo button to each cell in the column. 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 When True, the combo items for a column are sorted when then grid is activated. cCJGridColumn
pbDrawFooterDivider Specifies whether a divider is drawn between column footers A column footer section is added to the grid by setting the grid's pbShowFooter property to True. cCJGridColumn
pbDrawHeaderDivider Specifies whether the divider is drawn between column headers A column header section is added to the grid by setting the grid's pbShowHeader property to True. cCJGridColumn
pbEditable Specifies whether cells in the column can be edited A cell that is not editable can still receive the focus (but only by clicking on it, not via normal keyboard navigation). cCJGridColumn
pbFocusable Specifies whether cells in the column can have focus A cell receives the focus by clicking on it with the mouse or navigating to it via the keyboard. cCJGridColumn
pbMultiLine Indicates whether the column supports multi-line rows cCJGridColumn
pbResizable Indicates whether the column width is resizable The cCJGrid control supports resizing columns by dragging the column divider with the mouse. cCJGridColumn
pbShowInFieldChooser Indicates whether a column will appear in the Field Chooser when the column is hidden You can hide any column by setting its pbVisible property to False. 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 You can hide any column by setting its pbVisible property to False. cCJGridColumn
peDataType Determines the data type of the column peDataType determines a column's data type and mask type. 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
peTextAlignment Specifies the text alignment for text displayed in the column cCJGridColumn
phcEditClass Contains the class Id of the column's edit class phmEditClass contains the class Id of the class that should be used for the column's edit control that is overlaid in the grid for editing. 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 A column is disabled when it's pbFocusable property is set to False. cCJGridColumn
piDisabledTextColor Specifies the column's disabled text color A column is disabled when it's pbFocusable property is set to False. cCJGridColumn
piMaximumWidth Specifies the maximum column width Specifies the maximum column width in pixels. cCJGridColumn
piMaxLength Specifies the maximum number of characters that can be entered when editing a cell Set piMaxLength to 0 to allow any number of characters to be entered. cCJGridColumn
piMinimumWidth Specifies the minimum width that a column can be sized Default is 0. cCJGridColumn
piWidth Specifies the default column width cCJGridColumn
Prompt_Button_Mode Determines how and if a prompt button will appear within a grid cell This property determines how and if prompt button objects are added to a grid cell. cCJGridColumn
Prompt_Button_Value Specifies the text displayed in the prompt button for this object The Prompt_Button_Value property 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
psMask Provides the token characters for the mask The psMask property provides the token characters for the mask. cCJGridColumn
psToolTip Specifies the tooltip that is displayed when the mouse cursor is positioned over the column header cCJGridColumn
Status_Help Determines the status text that will be displayed when this column takes the focus This is the status-bar help text for the column. cCJGridColumn
TextColor Specifies the column's text color Specifies the column's text color. cCJGridColumn
Zoom_Object Sets the destination object_id of the zoom popup message to the specified object cCJGridColumn

Inherited Properties from cCJGridColumnXTP

Name Description Defining Class
ComAlignment Exposes the Alignment Codejock COM property in the DataFlex proxy class This exposes the Alignment Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComAllowDrag Exposes the AllowDrag Codejock COM property in the DataFlex proxy class This exposes the AllowDrag Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComAllowRemove Exposes the AllowRemove Codejock COM property in the DataFlex proxy class This exposes the AllowRemove Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComAutoSize Exposes the AutoSize Codejock COM property in the DataFlex proxy class This exposes the AutoSize Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComAutoSortWhenGrouped Exposes the AutoSortWhenGrouped Codejock COM property in the DataFlex proxy class This exposes the AutoSortWhenGrouped Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComBestFitMode Exposes the BestFitMode Codejock COM property in the DataFlex proxy class This exposes the BestFitMode Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComCaption Exposes the Caption Codejock COM property in the DataFlex proxy class This exposes the Caption Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComDrawFooterDivider Exposes the DrawFooterDivider Codejock COM property in the DataFlex proxy class This exposes the DrawFooterDivider Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComDrawFooterRowsVGrid Exposes the DrawFooterRowsVGrid Codejock COM property in the DataFlex proxy class This exposes the DrawFooterRowsVGrid Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComDrawHeaderDivider Exposes the DrawHeaderDivider Codejock COM property in the DataFlex proxy class This exposes the DrawHeaderDivider Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComDrawHeaderRowsVGrid Exposes the DrawHeaderRowsVGrid Codejock COM property in the DataFlex proxy class This exposes the DrawHeaderRowsVGrid Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComEditable Exposes the Editable Codejock COM property in the DataFlex proxy class This exposes the Editable Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComEditOptions Exposes the EditOptions Codejock COM property in the DataFlex proxy class This exposes the EditOptions Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComExpanded Exposes the Expanded Codejock COM property in the DataFlex proxy class This exposes the Expanded Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComFilterable Exposes the Filterable Codejock COM property in the DataFlex proxy class This exposes the Filterable Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComFooterAlignment Exposes the FooterAlignment Codejock COM property in the DataFlex proxy class This exposes the FooterAlignment Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComFooterFont Exposes the FooterFont Codejock COM property in the DataFlex proxy class This exposes the FooterFont Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComFooterText Exposes the FooterText Codejock COM property in the DataFlex proxy class This exposes the FooterText Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComGroupable Exposes the Groupable Codejock COM property in the DataFlex proxy class This exposes the Groupable Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComHeaderAlignment Exposes the HeaderAlignment Codejock COM property in the DataFlex proxy class This exposes the HeaderAlignment Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComIcon Exposes the Icon Codejock COM property in the DataFlex proxy class This exposes the Icon Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComIndex Exposes the Index Codejock COM property in the DataFlex proxy class This exposes the Index Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComItemIndex Exposes the ItemIndex Codejock COM property in the DataFlex proxy class This exposes the ItemIndex Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComKey Exposes the Key Codejock COM property in the DataFlex proxy class This exposes the Key Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComMaximumWidth Exposes the MaximumWidth Codejock COM property in the DataFlex proxy class This exposes the MaximumWidth Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComMinimumWidth Exposes the MinimumWidth Codejock COM property in the DataFlex proxy class This exposes the MinimumWidth Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComNextVisualBlock Exposes the NextVisualBlock Codejock COM property in the DataFlex proxy class This exposes the NextVisualBlock Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComOldVisibleIndex Exposes the OldVisibleIndex Codejock COM property in the DataFlex proxy class This exposes the OldVisibleIndex Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComPlusMinus Exposes the PlusMinus Codejock COM property in the DataFlex proxy class This exposes the PlusMinus Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComResizable Exposes the Resizable Codejock COM property in the DataFlex proxy class This exposes the Resizable Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComShowInFieldChooser Exposes the ShowInFieldChooser Codejock COM property in the DataFlex proxy class This exposes the ShowInFieldChooser Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComSortable Exposes the Sortable Codejock COM property in the DataFlex proxy class This exposes the Sortable Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComSortAscending Exposes the SortAscending Codejock COM property in the DataFlex proxy class This exposes the SortAscending Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComTag Exposes the Tag Codejock COM property in the DataFlex proxy class This exposes the Tag Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComTooltip Exposes the Tooltip Codejock COM property in the DataFlex proxy class This exposes the Tooltip Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComTreeColumn Exposes the TreeColumn Codejock COM property in the DataFlex proxy class This exposes the TreeColumn Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComVisible Exposes the Visible Codejock COM property in the DataFlex proxy class This exposes the Visible Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComVisibleIndex Exposes the VisibleIndex Codejock COM property in the DataFlex proxy class This exposes the VisibleIndex Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP
ComWidth Exposes the Width Codejock COM property in the DataFlex proxy class This exposes the Width Codejock COM property in the DataFlex proxy class. cCJGridColumnXTP

Inherited Properties from DfComAutomationObject

Name Description Defining Class
peAutoCreate Manipulates COM Object instantiation COM Object instantiation can be manipulated via the peAutoCreate property. DfComAutomationObject
psLicenseKey Contains the license key for Automation objects using a run-time license The psLicenseKey property contains the license key for Automation objects using a run-time license. DfComAutomationObject
psProgID Holds the CLSID (class ID) of the COM class represented The psProgID property is used to hold the CLSID (class ID) of the COM class represented. DfComAutomationObject
pvComObject Returns an IDispatch pointer to the external COM object pvComObject is a variant property which returns an IDispatch pointer to the external COM object. DfComAutomationObject

Inherited Properties from cObject

Name Description Defining Class
Child_Count Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. cObject
Delegation_Mode Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. cObject
Name Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. cObject
Object_Id Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. cObject
Object_Label Returns the short name of an object Object_Label returns the short name of the object using the Name property. cObject
Parent Returns the parent of an object The Parent property returns parent object handle of an object. cObject
peNeighborhood Determines how an object and its descendents participate in object neighborhood referencing cObject