Skip to content

Properties for cCJGridPromptList

View property list in alphabetical order.

Name Description Defining Class
pbAutoOrdering Determines if prompt lists should reorder when you navigate into a new column cCJGridPromptList
pbAutoSearch Determines if typing characters in the prompt list will invoke a popup search dialog cCJGridPromptList
pbAutoSeed Determines if the prompt list should attempt to seed itself when it is invoked Normally, you want your prompt list to start at some target position. cCJGridPromptList
pbCanceled Determines if the prompt list was canceled You close a prompt list and accept the choice by sending Ok to the list. cCJGridPromptList
peUpdateMode Determines the initialization and update mode that the prompt list uses peUpdateMode determines how the prompt list will be used. cCJGridPromptList
phmPromptUpdateCallback Defines a custom message to be sent to the invoking object as part of the selection update process cCJGridPromptList
phoInvokingObject A handle to the object that invoked the prompt list When a prompt list called from an object, that calling object's object handle is stored in phoInvokingObject. cCJGridPromptList
piInitialColumn Allows you to specify the column the prompt list should start in Normally, the prompt list starts in the column specified in piUpdateColumn. cCJGridPromptList
piUpdateColumn Allows you to specify the column the prompt list uses for updates and usually which column to should start in cCJGridPromptList
pSelectedRows Returns an array of selected row indexes from the last successful use of the prompt object After you have made your prompt selection, pSelected contains an array of the rows that were selected. cCJGridPromptList
psSeedValue Used to define a seed value for the update column when update mode is custom or non-invoking cCJGridPromptList

Inherited Properties from cCJGrid

Name Description Defining Class
Color Sets the background color of the Grid control Determines the background color of the Grid. cCJGrid
Enabled_State Indicates whether the Grid can respond to user interaction When Enabled_State is set to false, users cannot perform data entry, and the grid is displayed with the disabled color. cCJGrid
pbAllowAppendRow Determines if rows can be appended to the end of the grid pbAllowAppendRow determines if rows can be appended to the end of the grid. cCJGrid
pbAllowColumnRemove Specifies whether columns can be removed from the grid If True (the default), the column headers can be removed from the grid. cCJGrid
pbAllowColumnReorder Specifies whether columns can be reordered in the grid If True (the default), column headers can be reordered in the grid by dragging and dropping them to another location. cCJGrid
pbAllowColumnResize Specifies whether columns can be resized cCJGrid
pbAllowDeleteRow Determines if row deletion is allowed pbAllowDeleteRow determines if rows can be deleted. cCJGrid
pbAllowEdit Determines if the control allows cell editing pbAllowEdit determines if cells can be edited. cCJGrid
pbAllowInsertRow Determines if row insertion is allowed pbAllowInsertRow determines if rows can be inserted above the SelectedRow. cCJGrid
pbAutoAppend Determines if rows are appended automatically after saving a new row or entering an empty grid pbAutoAppend is used to make the process of adding new rows easier. cCJGrid
pbAutoColumnSizing Specifies if column sizes are adjusted to fit the entire width of the grid If True (the default), all columns are sized to fill the entire width of the grid. cCJGrid
pbAutoSave Determines if a changed row should be saved automatically when changing rows Anytime you change rows in a grid and changes were made, changes in the SelectedRow must be committed. cCJGrid
pbDrawGridForEmptySpace Specifies whether grid lines will be drawn below the bottom rows to fill the empty space If True, the grid fills the empty space (if any) after the data rows with grid lines. cCJGrid
pbEditOnClick Determines whether grid cells can be edited by single-clicking on the item If True, when the grid cell is single-clicked, it will become editable. cCJGrid
pbEditOnKeyNavigation Determines whether forward keyboard navigation (via the TAB key) will enter edit mode after moving to the next cell cCJGrid
pbEditOnTyping Provides a way to disable the automatic 'enter edit mode by typing' behavior cCJGrid
pbFixedInplaceButtonHeight Specifies whether the the grid draws in-place buttons at a fixed height In-place buttons include the drop-down button used in combo lists or the prompt button that can be painted in a grid cell. cCJGrid
pbFocusSubItems Determines if individual cells can be selected via keyboard navigation pbFocusSubItems determines if grid navigation is supported at the row level or at the row by column level. cCJGrid
pbFullColumnScrolling Specifies whether full column scrolling will be used cCJGrid
pbGrayIfDisable Specifies whether to draw the grid using "normal" colors or standard Windows disabled colors when the grid control disabled cCJGrid
pbHeaderPrompts Determines if clicking on the header should send the Prompt message pbHeaderPrompts determines if clicking on the header should attempt to invoke a prompt list for the column. cCJGrid
pbHeaderReorders Determines if clicking on the header should attempt to reorder the grid by the new selected column cCJGrid
pbHeaderSelectsColumn Determines if clicking on the header should move the focus to the column in the SelectedRow cCJGrid
pbHeaderTogglesDirection Determines if clicking on the header should reverse the sort order of the column pbHeaderTogglesDirection determines if clicking on the header should reverse the sort order of the column. cCJGrid
pbHideSelection Determines whether the currently selected rows will remain shaded when the grid loses focus When the grid loses focus, you can choose whether the currently selected rows remain shaded. cCJGrid
pbHotTracking Determines whether hot tracking is used while moving the mouse over the column header when using the "Explorer" or "Office 2003" column styles cCJGrid
pbInitialSelectionEnable Specifies whether the first row in the grid will become selected when initially populated cCJGrid
pbMultipleSelection Determines if multiple rows may be selected pbMultipleSelection determines if a single row or multiple rows can be selected. cCJGrid
pbMultiSelectionMode Enables/disables the multiple selection mode for the control If True, the grid acts like a ListBox - if you click a new item, it will not deselect the previous item. cCJGrid
pbNeedPostEntering Property which must be set inside of OnEntering indicating that post-entering object focus mechanism should be used pbNeedPostEntering is used to enable a post-entering grid activation strategy. cCJGrid
pbReadOnly Determines if a grid is read-only which means that rows cannot be edited, saved, added or deleted The pbReadOnly property determines if a row can be changed. cCJGrid
pbRestoreLayout Determines if the grid column layout should be saved and reloaded cCJGrid
pbReverseOrdering Determines if current ordering, sort order or index ordering, is reversed pbReverseOrdering determines if current grid order is currently reversed. cCJGrid
pbSelectionEnable Determines if you can mark a row as selected pbSelectionEnable determines if row selection is enabled. cCJGrid
pbSelectTextOnEdit Determines if the current cell's text is selected when the grid goes into edit mode Determines if the current cell's text is selected when the grid goes into edit mode Default is True. cCJGrid
pbShadeSortColumn Specifies whether the cells of a sorted column will be shaded By default, each column that is sorted will be shaded. cCJGrid
pbShowFooter Shows/Hides the grid column footer section The column footer is similar to the column header, except that it is displayed at the bottom of each column. cCJGrid
pbShowHeader Shows/Hides the grid column header section The pbShowHeader property is used to hide or display the column headers in the grid. cCJGrid
pbShowNonActiveInPlaceButton Specifies whether to show in-place buttons (Combo, Expand, Spin) at all times or just in cells being edited cCJGrid
pbShowRowFocus Specifies whether to draw a focus rectangle around the focused row Specifies whether to draw a focus rectangle around the focused row. cCJGrid
pbUseAlternateRowBackgroundColor Specifies whether to use the piAlternateRowBackgroundColor to color the background of every second row cCJGrid
pbUseColumnTextAlignment Specifies whether the text in the column header will use the column's peTextAlignment setting to align the header caption cCJGrid
pbUseEditTextAlignment Specifies whether the column's peTextAlignment setting is automatically applied to cells when in edit mode cCJGrid
pbUseFocusCellRectangle Specifies whether to draw a focus rectangle for the selected cell When True a rectangle is drawn around the perimeter of the currently selected grid cell. cCJGrid
pbValidateOnNext Determines if cell validation should occur during Next navigation Before a row can be saved, each column will be validated. cCJGrid
pbVirtualMode Determines if the grid is using the grid's virtual-mode cCJGrid
peBorderStyle Determines the type of border that is drawn around the grid This is the border of the entire grid, this does not apply to the column and row borders. cCJGrid
peColumnStyle Determines the style used to paint column headers cCJGrid
peDrawSortTriangleStyle Specifies the style of the column sort triangle Set this property to define whether the grid will use a "sort triangle" symbol in the column header when the grid data is sorted around that column. cCJGrid
peFreezeColsDividerStyle Determines the style of the freeze column divider Freeze columns are columns to the left of the grid that will not scroll horizontally when the width of the columns exceeds the width of the grid. cCJGrid
peHorizontalGridStyle Determines the style used to draw horizontal grid lines cCJGrid
peTooltipStyle Determines the style of the tool tip window Valid values are: Constant
peVerticalGridStyle Determines the style used to draw vertical grid lines cCJGrid
peVisualTheme Determines the appearance or theme of the grid cCJGrid
peWatermarkAlignment Determines the alignment of the grid's watermark The watermark is a bitmap image that is displayed in the grid's background behind all other data and visual effects. cCJGrid
phoContextMenu Provides a handle to the grid's row context menu phoContextMenu contains the handle of the grid's row context menu. cCJGrid
phoContextMenuColumn Contains the handle of the last column object selected for a context menu When you right-click on a column's header or cell, a context menu may be invoked. cCJGrid
phoDataSource Contains the handle to the grid's datasource object Every grid has a datasource object that is used to store the grid's data and provide data services to the grid. cCJGrid
phoFieldChooserPanel Contains the handle of the field chooser panel object The phoFieldChooserPanel contains the object handle of the field chooser object. cCJGrid
phoHeaderContextMenu Provides a handle to the grid's header context menu phoHeaderContextMenu contains the handle of grid's header context menu. cCJGrid
phoImageManagerIcons Provides a bound proxy object for the cCJImageManagerIcons class phoImageMangerIcons is a DataFlex proxy object for the cCJImageManagerIcons class. cCJGrid
phoPriorScopeFocus Exposes the phoPriorScopeFocus Codejock COM property in the DataFlex proxy class This exposes the phoPriorScopeFocus Codejock COM property in the DataFlex proxy class. cCJGrid
phoReportColumn Provides a proxy object for the cCJGridColumn class phoReportColumn is a DataFlex proxy object for the cCJGridColumn class. cCJGrid
phoReportColumns Provides a proxy object for the cCJGridColumns class phoReportColumns is a DataFlex proxy object for the cCJGridColumns class. cCJGrid
phoReportNavigator Provides a proxy object for the cCJGridNavigator class phoReportNavigator is a DataFlex proxy object for the cCJGridNavigator class. cCJGrid
phoReportPaintManager Provides a proxy object for the cCJGridPaintManager class, allows modifying display attributes of the grid or list cCJGrid
phoReportRecord Provides a proxy object for the cCJGridRecord class phoReportRecord is a DataFlex proxy object for the cCJGridRecord class. cCJGrid
phoReportRecordItem Provides a proxy object for the cCJGridRecordItem class phoReportRecordItem is a DataFlex proxy object for the cCJGridRecordItem class. cCJGrid
phoReportRecordItemMetrics Provides a proxy object for the cCJGridRecordItemMetrics class phoReportRecordItemMetrics is a DataFlex proxy object for the cCJGridRecordItemMetrics class. cCJGrid
phoReportRecords Provides a proxy object for the cCJGridRecords class phoReportRecords is a DataFlex proxy object for the cCJGridRecords class. cCJGrid
phoReportRow Provides a proxy object for the cCJGridRow class phoReportRow is a DataFlex proxy object for the cCJGridRow class. cCJGrid
phoReportRows Provides a proxy object for the cCJGridRows class phoReportRows is a DataFlex proxy object for the cCJGridRows class. cCJGrid
phoReportToolTipInfo Provides a proxy object for the cCJGridToolTipInfo class phoReportToolTipInfo is a DataFlex proxy object for the cCJGridToolTipInfo class. cCJGrid
phoToolTipContext Provides a proxy object for the cCJGridToolTipContext class phoReportToolTipContext is a DataFlex proxy object for the cCJToolTipContext class. cCJGrid
piAlternateRowBackgroundColor The background color of every second grid row This color is used as the backcolor color for every second row in the grid (i.e. cCJGrid
piCaptionBackColor The background color of the column headers and footers This color is used as the backcolor of the column headers and footers in the grid and the column headers in the Field Chooser. cCJGrid
piCaptionBackGradientColorDark The "Dark" color in the color gradient used for the background color of shaded column headers Default is clNone. cCJGrid
piCaptionBackGradientColorLight The "Light" color in the color gradient used for the background color of shaded column headers Default is clNone. cCJGrid
piCaptionForeColor The foreground text color of the column headers and footers This color is used as the foreground or text of the column headers and footers in the grid and the column headers in the Field Chooser. cCJGrid
piColumnHotGradientColorDark The "Dark" color in the color gradient used for the background color of "hot" column headers Default is clNone. cCJGrid
piColumnHotGradientColorLight The "Light" color in the color gradient used for the background color of "hot" column headers Default is clNone. cCJGrid
piColumnPushedGradientColorDark The "Dark" color in the color gradient used for the background color of "pushed" column headers A column header is "pushed" when it is clicked with the left mouse button. cCJGrid
piColumnPushedGradientColorLight The "Light" color in the color gradient used for the background color of "pushed" column headers A column header is "pushed" when it is clicked with the left mouse button. cCJGrid
piFocusCellBackColor The background color of the focused cell This is the background color of the focused cell. cCJGrid
piFocusCellForeColor The text color of the focused cell This is the text color of the focused cell. cCJGrid
piFocusCellRectangleColor Color of the focus cell rectangle controlled by pbUseFocusCellRectangle Color of the focus cell rectangle controlled by pbUseFocusCellRectangle. cCJGrid
piFreezeColsDividerColor This is the color of the freeze column divider cCJGrid
piFreezeColumnsCount Determines the number of columns that are frozen when the grid is scrolled horizontally cCJGrid
piGridLineColor The color used to draw grid lines Default is clNone. cCJGrid
piHeaderHeightMultiplier Can be used to adjust the height of the grid's header section allowing more than one line of text in the header section for each column cCJGrid
piHighlightBackColor The background color of selected rows A grid row is selected when the user clicks on it. cCJGrid
piHighlightForeColor The text color of selected rows A grid row is selected when the user clicks on it. cCJGrid
piHotDividerColor The color of the arrows used to show where a column can be dropped when dragging a column header cCJGrid
piHScrollStep Determines the amount of pixels the grid is scrolled when the horizontal scroll bar buttons are clicked cCJGrid
piLayoutBuild Determines the build number of the grid, which is used to determine if a layout can be restored piLayoutBuild determines the build number of the grid. cCJGrid
piSelectedRowBackColor The background color of selected rows when the grid does not have the focus A grid row is selected when the user clicks on it. cCJGrid
piSelectedRowForeColor The text color of selected rows when the grid does not have the focus A grid row is selected when the user clicks on it. cCJGrid
piShadeSortColor Color used to shade sorted columns This property has no effect unless the pbShadeSortColumn property is set to True. cCJGrid
piSortColumn Determines which column is sorted piSortColumn determines which column is sorted. cCJGrid
piTooltipBkColor The background color of the tool tip window You can set a column header tool tip via each column's psTooltip property. cCJGrid
piTooltipMaxWidth The maximum tool tip width in pixels When the tool tip text string exceeds the tool tip max width then the text is wrapped to the next line. cCJGrid
piTooltipTextColor The color of the text that is displayed in the tool tip window You can set a column header tool tip via each column's psTooltip property. cCJGrid
psLayoutSection Provides a unique string ID for saving and loading a grid's column layout. cCJGrid
psNoFieldsAvailableText The text message displayed in the Field Chooser when no Column Headers are present The "No Fields Available" text message displayed in the Field Chooser when no Column Headers are present. cCJGrid
psNoItemsText The text message displayed in the grid when there are no visible rows The "No Items" text message displayed in the grid when there are no visible rows. cCJGrid
TextColor The default grid text color The default grid text color Default is clNone. cCJGrid
Value Required to support the framework's item based interface. cCJGrid

Inherited Properties from cCJGridControl

Name Description Defining Class
ComAllowColumnRemove Exposes the AllowColumnRemove Codejock COM property in the DataFlex proxy class This exposes the AllowColumnRemove Codejock COM property in the DataFlex proxy class. cCJGridControl
ComAllowColumnReorder Exposes the AllowColumnReorder Codejock COM property in the DataFlex proxy class This exposes the AllowColumnReorder Codejock COM property in the DataFlex proxy class. cCJGridControl
ComAllowColumnResize Exposes the AllowColumnResize Codejock COM property in the DataFlex proxy class This exposes the AllowColumnResize Codejock COM property in the DataFlex proxy class. cCJGridControl
ComAllowColumnSort Exposes the AllowColumnSort Codejock COM property in the DataFlex proxy class This exposes the AllowColumnSort Codejock COM property in the DataFlex proxy class. cCJGridControl
ComAllowEdit Exposes the AllowEdit Codejock COM property in the DataFlex proxy class This exposes the AllowEdit Codejock COM property in the DataFlex proxy class. cCJGridControl
ComAllowEditPreview Exposes the AllowEditPreview Codejock COM property in the DataFlex proxy class This exposes the AllowEditPreview Codejock COM property in the DataFlex proxy class. cCJGridControl
ComAllowGroup Exposes the AllowGroup Codejock COM property in the DataFlex proxy class This exposes the AllowGroup Codejock COM property in the DataFlex proxy class. cCJGridControl
ComAllowSelectionCheck Exposes the AllowSelectionCheck Codejock COM property in the DataFlex proxy class This exposes the AllowSelectionCheck Codejock COM property in the DataFlex proxy class. cCJGridControl
ComAllowSort Exposes the AllowSort Codejock COM property in the DataFlex proxy class This exposes the AllowSort Codejock COM property in the DataFlex proxy class. cCJGridControl
ComAutoColumnSizing Exposes the AutoColumnSizing Codejock COM property in the DataFlex proxy class This exposes the AutoColumnSizing Codejock COM property in the DataFlex proxy class. cCJGridControl
ComAutoVScrollTimerResolution Exposes the AutoVScrollTimerResolution Codejock COM property in the DataFlex proxy class This exposes the AutoVScrollTimerResolution Codejock COM property in the DataFlex proxy class. cCJGridControl
ComBehavior Exposes the Behavior Codejock COM property in the DataFlex proxy class This exposes the Behavior Codejock COM property in the DataFlex proxy class. cCJGridControl
ComBorderStyle Exposes the BorderStyle Codejock COM property in the DataFlex proxy class This exposes the BorderStyle Codejock COM property in the DataFlex proxy class. cCJGridControl
ComCanCopy Exposes the CanCopy Codejock COM property in the DataFlex proxy class This exposes the CanCopy Codejock COM property in the DataFlex proxy class. cCJGridControl
ComCanCut Exposes the CanCut Codejock COM property in the DataFlex proxy class This exposes the CanCut Codejock COM property in the DataFlex proxy class. cCJGridControl
ComCanPaste Exposes the CanPaste Codejock COM property in the DataFlex proxy class This exposes the CanPaste Codejock COM property in the DataFlex proxy class. cCJGridControl
ComColumns Exposes the Columns Codejock COM property in the DataFlex proxy class This exposes the Columns Codejock COM property in the DataFlex proxy class. cCJGridControl
ComCustomTitle Exposes the CustomTitle Codejock COM property in the DataFlex proxy class This exposes the CustomTitle Codejock COM property in the DataFlex proxy class. cCJGridControl
ComDataManager Exposes the DataManager Codejock COM property in the DataFlex proxy class This exposes the DataManager Codejock COM property in the DataFlex proxy class. cCJGridControl
ComDefaultRowFreeHeight Exposes the DefaultRowFreeHeight Codejock COM property in the DataFlex proxy class This exposes the DefaultRowFreeHeight Codejock COM property in the DataFlex proxy class. cCJGridControl
ComDesktopTrackerMode Exposes the DesktopTrackerMode Codejock COM property in the DataFlex proxy class This exposes the DesktopTrackerMode Codejock COM property in the DataFlex proxy class. cCJGridControl
ComDisableReorderColumnsCount Exposes the DisableReorderColumnsCount Codejock COM property in the DataFlex proxy class This exposes the DisableReorderColumnsCount Codejock COM property in the DataFlex proxy class. cCJGridControl
ComDragSensitivityX Exposes the DragSensitivityX Codejock COM property in the DataFlex proxy class This exposes the DragSensitivityX Codejock COM property in the DataFlex proxy class. cCJGridControl
ComDragSensitivityY Exposes the DragSensitivityY Codejock COM property in the DataFlex proxy class This exposes the DragSensitivityY Codejock COM property in the DataFlex proxy class. cCJGridControl
ComEditMode Exposes the EditMode Codejock COM property in the DataFlex proxy class This exposes the EditMode Codejock COM property in the DataFlex proxy class. cCJGridControl
ComEditOnClick Exposes the EditOnClick Codejock COM property in the DataFlex proxy class This exposes the EditOnClick Codejock COM property in the DataFlex proxy class. cCJGridControl
ComEditOnDelayClick Exposes the EditOnDelayClick Codejock COM property in the DataFlex proxy class This exposes the EditOnDelayClick Codejock COM property in the DataFlex proxy class. cCJGridControl
ComEditOnDoubleClick Exposes the EditOnDoubleClick Codejock COM property in the DataFlex proxy class This exposes the EditOnDoubleClick Codejock COM property in the DataFlex proxy class. cCJGridControl
ComEnabled Exposes the Enabled Codejock COM property in the DataFlex proxy class This exposes the Enabled Codejock COM property in the DataFlex proxy class. cCJGridControl
ComEnableMarkup Exposes the EnableMarkup Codejock COM property in the DataFlex proxy class This exposes the EnableMarkup Codejock COM property in the DataFlex proxy class. cCJGridControl
ComEnsureFocusedRowVisible Exposes the EnsureFocusedRowVisible Codejock COM property in the DataFlex proxy class This exposes the EnsureFocusedRowVisible Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFastDeselectMode Exposes the FastDeselectMode Codejock COM property in the DataFlex proxy class This exposes the FastDeselectMode Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFieldChooser Exposes the FieldChooser Codejock COM property in the DataFlex proxy class This exposes the FieldChooser Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFilterHiddenColumns Exposes the FilterHiddenColumns Codejock COM property in the DataFlex proxy class This exposes the FilterHiddenColumns Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFilterSeparatorStrict Exposes the FilterSeparatorStrict Codejock COM property in the DataFlex proxy class This exposes the FilterSeparatorStrict Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFilterText Exposes the FilterText Codejock COM property in the DataFlex proxy class This exposes the FilterText Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFocusedColumn Exposes the FocusedColumn Codejock COM property in the DataFlex proxy class This exposes the FocusedColumn Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFocusedRow Exposes the FocusedRow Codejock COM property in the DataFlex proxy class This exposes the FocusedRow Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFocusSubItems Exposes the FocusSubItems Codejock COM property in the DataFlex proxy class This exposes the FocusSubItems Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFooterRecords Exposes the FooterRecords Codejock COM property in the DataFlex proxy class This exposes the FooterRecords Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFooterRows Exposes the FooterRows Codejock COM property in the DataFlex proxy class This exposes the FooterRows Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFooterRowsAllowAccess Exposes the FooterRowsAllowAccess Codejock COM property in the DataFlex proxy class This exposes the FooterRowsAllowAccess Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFooterRowsAllowEdit Exposes the FooterRowsAllowEdit Codejock COM property in the DataFlex proxy class This exposes the FooterRowsAllowEdit Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFooterRowsAllowGroup Exposes the FooterRowsAllowGroup Codejock COM property in the DataFlex proxy class This exposes the FooterRowsAllowGroup Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFooterRowsAllowSort Exposes the FooterRowsAllowSort Codejock COM property in the DataFlex proxy class This exposes the FooterRowsAllowSort Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFooterRowsEnableSelection Exposes the FooterRowsEnableSelection Codejock COM property in the DataFlex proxy class This exposes the FooterRowsEnableSelection Codejock COM property in the DataFlex proxy class. cCJGridControl
ComForcePagination Exposes the ForcePagination Codejock COM property in the DataFlex proxy class This exposes the ForcePagination Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFreeHeightMode Exposes the FreeHeightMode Codejock COM property in the DataFlex proxy class This exposes the FreeHeightMode Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFreezeColumnsAbs Exposes the FreezeColumnsAbs Codejock COM property in the DataFlex proxy class This exposes the FreezeColumnsAbs Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFreezeColumnsCount Exposes the FreezeColumnsCount Codejock COM property in the DataFlex proxy class This exposes the FreezeColumnsCount Codejock COM property in the DataFlex proxy class. cCJGridControl
ComFullColumnScrolling Exposes the FullColumnScrolling Codejock COM property in the DataFlex proxy class This exposes the FullColumnScrolling Codejock COM property in the DataFlex proxy class. cCJGridControl
ComGroupsOrder Exposes the GroupsOrder Codejock COM property in the DataFlex proxy class This exposes the GroupsOrder Codejock COM property in the DataFlex proxy class. cCJGridControl
ComHeaderRecords Exposes the HeaderRecords Codejock COM property in the DataFlex proxy class This exposes the HeaderRecords Codejock COM property in the DataFlex proxy class. cCJGridControl
ComHeaderRows Exposes the HeaderRows Codejock COM property in the DataFlex proxy class This exposes the HeaderRows Codejock COM property in the DataFlex proxy class. cCJGridControl
ComHeaderRowsAllowAccess Exposes the HeaderRowsAllowAccess Codejock COM property in the DataFlex proxy class This exposes the HeaderRowsAllowAccess Codejock COM property in the DataFlex proxy class. cCJGridControl
ComHeaderRowsAllowEdit Exposes the HeaderRowsAllowEdit Codejock COM property in the DataFlex proxy class This exposes the HeaderRowsAllowEdit Codejock COM property in the DataFlex proxy class. cCJGridControl
ComHeaderRowsAllowGroup Exposes the HeaderRowsAllowGroup Codejock COM property in the DataFlex proxy class This exposes the HeaderRowsAllowGroup Codejock COM property in the DataFlex proxy class. cCJGridControl
ComHeaderRowsAllowSort Exposes the HeaderRowsAllowSort Codejock COM property in the DataFlex proxy class This exposes the HeaderRowsAllowSort Codejock COM property in the DataFlex proxy class. cCJGridControl
ComHeaderRowsEnableSelection Exposes the HeaderRowsEnableSelection Codejock COM property in the DataFlex proxy class This exposes the HeaderRowsEnableSelection Codejock COM property in the DataFlex proxy class. cCJGridControl
ComHideColumnAfterGroupBoxDrop Exposes the HideColumnAfterGroupBoxDrop Codejock COM property in the DataFlex proxy class This exposes the HideColumnAfterGroupBoxDrop Codejock COM property in the DataFlex proxy class. cCJGridControl
ComHScrollStep Exposes the HScrollStep Codejock COM property in the DataFlex proxy class This exposes the HScrollStep Codejock COM property in the DataFlex proxy class. cCJGridControl
ComHWnd Exposes the HWnd Codejock COM property in the DataFlex proxy class This exposes the HWnd Codejock COM property in the DataFlex proxy class. cCJGridControl
ComIcons Exposes the Icons Codejock COM property in the DataFlex proxy class This exposes the Icons Codejock COM property in the DataFlex proxy class. cCJGridControl
ComIconView Exposes the IconView Codejock COM property in the DataFlex proxy class This exposes the IconView Codejock COM property in the DataFlex proxy class. cCJGridControl
ComInitialSelectionEnable Exposes the InitialSelectionEnable Codejock COM property in the DataFlex proxy class This exposes the InitialSelectionEnable Codejock COM property in the DataFlex proxy class. cCJGridControl
ComInplaceEditHwnd Exposes the InplaceEditHwnd Codejock COM property in the DataFlex proxy class This exposes the InplaceEditHwnd Codejock COM property in the DataFlex proxy class. cCJGridControl
ComLeftOffset Exposes the LeftOffset Codejock COM property in the DataFlex proxy class This exposes the LeftOffset Codejock COM property in the DataFlex proxy class. cCJGridControl
ComLockExpand Exposes the LockExpand Codejock COM property in the DataFlex proxy class This exposes the LockExpand Codejock COM property in the DataFlex proxy class. cCJGridControl
ComMarkupContext Exposes the MarkupContext Codejock COM property in the DataFlex proxy class This exposes the MarkupContext Codejock COM property in the DataFlex proxy class. cCJGridControl
ComMaxColumnWidth Exposes the MaxColumnWidth Codejock COM property in the DataFlex proxy class This exposes the MaxColumnWidth Codejock COM property in the DataFlex proxy class. cCJGridControl
ComMovePivot Exposes the MovePivot Codejock COM property in the DataFlex proxy class This exposes the MovePivot Codejock COM property in the DataFlex proxy class. cCJGridControl
ComMultipleSelection Exposes the MultipleSelection Codejock COM property in the DataFlex proxy class This exposes the MultipleSelection Codejock COM property in the DataFlex proxy class. cCJGridControl
ComMultiSelectionMode Exposes the MultiSelectionMode Codejock COM property in the DataFlex proxy class This exposes the MultiSelectionMode Codejock COM property in the DataFlex proxy class. cCJGridControl
ComNavigator Exposes the Navigator Codejock COM property in the DataFlex proxy class This exposes the Navigator Codejock COM property in the DataFlex proxy class. cCJGridControl
ComOLEDropAbove Exposes the OLEDropAbove Codejock COM property in the DataFlex proxy class This exposes the OLEDropAbove Codejock COM property in the DataFlex proxy class. cCJGridControl
ComOLEDropMode Exposes the OLEDropMode Codejock COM property in the DataFlex proxy class This exposes the OLEDropMode Codejock COM property in the DataFlex proxy class. cCJGridControl
ComOverrideThemeMetrics Exposes the OverrideThemeMetrics Codejock COM property in the DataFlex proxy class This exposes the OverrideThemeMetrics Codejock COM property in the DataFlex proxy class. cCJGridControl
ComPaintManager Exposes the PaintManager Codejock COM property in the DataFlex proxy class This exposes the PaintManager Codejock COM property in the DataFlex proxy class. cCJGridControl
ComPinFooterRows Exposes the PinFooterRows Codejock COM property in the DataFlex proxy class This exposes the PinFooterRows Codejock COM property in the DataFlex proxy class. cCJGridControl
ComPinFooterRowsPrinted Exposes the PinFooterRowsPrinted Codejock COM property in the DataFlex proxy class This exposes the PinFooterRowsPrinted Codejock COM property in the DataFlex proxy class. cCJGridControl
ComPopulatedRecordsCount Exposes the PopulatedRecordsCount Codejock COM property in the DataFlex proxy class This exposes the PopulatedRecordsCount Codejock COM property in the DataFlex proxy class. cCJGridControl
ComPreviewMode Exposes the PreviewMode Codejock COM property in the DataFlex proxy class This exposes the PreviewMode Codejock COM property in the DataFlex proxy class. cCJGridControl
ComPrintGroupRowIcon Exposes the PrintGroupRowIcon Codejock COM property in the DataFlex proxy class This exposes the PrintGroupRowIcon Codejock COM property in the DataFlex proxy class. cCJGridControl
ComPrintOptions Exposes the PrintOptions Codejock COM property in the DataFlex proxy class This exposes the PrintOptions Codejock COM property in the DataFlex proxy class. cCJGridControl
ComPrintPreviewOptions Exposes the PrintPreviewOptions Codejock COM property in the DataFlex proxy class This exposes the PrintPreviewOptions Codejock COM property in the DataFlex proxy class. cCJGridControl
ComRecords Exposes the Records Codejock COM property in the DataFlex proxy class This exposes the Records Codejock COM property in the DataFlex proxy class. cCJGridControl
ComRecordsTreeFilterMode Exposes the RecordsTreeFilterMode Codejock COM property in the DataFlex proxy class This exposes the RecordsTreeFilterMode Codejock COM property in the DataFlex proxy class. cCJGridControl
ComReCreateReparented Exposes the ReCreateReparented Codejock COM property in the DataFlex proxy class This exposes the ReCreateReparented Codejock COM property in the DataFlex proxy class. cCJGridControl
ComReleaseOnDestroy Exposes the ReleaseOnDestroy Codejock COM property in the DataFlex proxy class This exposes the ReleaseOnDestroy Codejock COM property in the DataFlex proxy class. cCJGridControl
ComRightToLeft Exposes the RightToLeft Codejock COM property in the DataFlex proxy class This exposes the RightToLeft Codejock COM property in the DataFlex proxy class. cCJGridControl
ComRightToLeftReading Exposes the RightToLeftReading Codejock COM property in the DataFlex proxy class This exposes the RightToLeftReading Codejock COM property in the DataFlex proxy class. cCJGridControl
ComRows Exposes the Rows Codejock COM property in the DataFlex proxy class This exposes the Rows Codejock COM property in the DataFlex proxy class. cCJGridControl
ComScrollMode Exposes the ScrollMode Codejock COM property in the DataFlex proxy class This exposes the ScrollMode Codejock COM property in the DataFlex proxy class. cCJGridControl
ComScrollModeH Exposes the ScrollModeH Codejock COM property in the DataFlex proxy class This exposes the ScrollModeH Codejock COM property in the DataFlex proxy class. cCJGridControl
ComScrollModeV Exposes the ScrollModeV Codejock COM property in the DataFlex proxy class This exposes the ScrollModeV Codejock COM property in the DataFlex proxy class. cCJGridControl
ComSections Exposes the Sections Codejock COM property in the DataFlex proxy class This exposes the Sections Codejock COM property in the DataFlex proxy class. cCJGridControl
ComSelectedRows Exposes the SelectedRows Codejock COM property in the DataFlex proxy class This exposes the SelectedRows Codejock COM property in the DataFlex proxy class. cCJGridControl
ComSelectionEnable Exposes the SelectionEnable Codejock COM property in the DataFlex proxy class This exposes the SelectionEnable Codejock COM property in the DataFlex proxy class. cCJGridControl
ComSelectionExcludeGroupRows Exposes the SelectionExcludeGroupRows Codejock COM property in the DataFlex proxy class This exposes the SelectionExcludeGroupRows Codejock COM property in the DataFlex proxy class. cCJGridControl
ComSendContextMenuForWholeHeaderArea Exposes the SendContextMenuForWholeHeaderArea Codejock COM property in the DataFlex proxy class This exposes the SendContextMenuForWholeHeaderArea Codejock COM property in the DataFlex proxy class. cCJGridControl
ComShowFooter Exposes the ShowFooter Codejock COM property in the DataFlex proxy class This exposes the ShowFooter Codejock COM property in the DataFlex proxy class. cCJGridControl
ComShowFooterRows Exposes the ShowFooterRows Codejock COM property in the DataFlex proxy class This exposes the ShowFooterRows Codejock COM property in the DataFlex proxy class. cCJGridControl
ComShowGroupBox Exposes the ShowGroupBox Codejock COM property in the DataFlex proxy class This exposes the ShowGroupBox Codejock COM property in the DataFlex proxy class. cCJGridControl
ComShowHeader Exposes the ShowHeader Codejock COM property in the DataFlex proxy class This exposes the ShowHeader Codejock COM property in the DataFlex proxy class. cCJGridControl
ComShowHeaderRows Exposes the ShowHeaderRows Codejock COM property in the DataFlex proxy class This exposes the ShowHeaderRows Codejock COM property in the DataFlex proxy class. cCJGridControl
ComShowItemsInGroups Exposes the ShowItemsInGroups Codejock COM property in the DataFlex proxy class This exposes the ShowItemsInGroups Codejock COM property in the DataFlex proxy class. cCJGridControl
ComShowRowFocus Exposes the ShowRowFocus Codejock COM property in the DataFlex proxy class This exposes the ShowRowFocus Codejock COM property in the DataFlex proxy class. cCJGridControl
ComSkipGroupsFocus Exposes the SkipGroupsFocus Codejock COM property in the DataFlex proxy class This exposes the SkipGroupsFocus Codejock COM property in the DataFlex proxy class. cCJGridControl
ComSortedDragDrop Exposes the SortedDragDrop Codejock COM property in the DataFlex proxy class This exposes the SortedDragDrop Codejock COM property in the DataFlex proxy class. cCJGridControl
ComSortLocale Exposes the SortLocale Codejock COM property in the DataFlex proxy class This exposes the SortLocale Codejock COM property in the DataFlex proxy class. cCJGridControl
ComSortOrder Exposes the SortOrder Codejock COM property in the DataFlex proxy class This exposes the SortOrder Codejock COM property in the DataFlex proxy class. cCJGridControl
ComSortRecordChildren Exposes the SortRecordChildren Codejock COM property in the DataFlex proxy class This exposes the SortRecordChildren Codejock COM property in the DataFlex proxy class. cCJGridControl
ComStrictBestFit Exposes the StrictBestFit Codejock COM property in the DataFlex proxy class This exposes the StrictBestFit Codejock COM property in the DataFlex proxy class. cCJGridControl
ComToolTipContext Exposes the ToolTipContext Codejock COM property in the DataFlex proxy class This exposes the ToolTipContext Codejock COM property in the DataFlex proxy class. cCJGridControl
ComTopRowIndex Exposes the TopRowIndex Codejock COM property in the DataFlex proxy class This exposes the TopRowIndex Codejock COM property in the DataFlex proxy class. cCJGridControl
ComTrapTabKey Exposes the TrapTabKey Codejock COM property in the DataFlex proxy class This exposes the TrapTabKey Codejock COM property in the DataFlex proxy class. cCJGridControl
ComUnrestrictedDragDrop Exposes the UnrestrictedDragDrop Codejock COM property in the DataFlex proxy class This exposes the UnrestrictedDragDrop Codejock COM property in the DataFlex proxy class. cCJGridControl
ComVisualTheme Exposes the VisualTheme Codejock COM property in the DataFlex proxy class This exposes the VisualTheme Codejock COM property in the DataFlex proxy class. cCJGridControl
ComWatermarkAlignment Exposes the WatermarkAlignment Codejock COM property in the DataFlex proxy class This exposes the WatermarkAlignment Codejock COM property in the DataFlex proxy class. cCJGridControl

Inherited Properties from cComActiveXControl

Name Description Defining Class
ControlValue Used as a hook to link a property in the ActiveX control with the Value Property cComActiveXControl
pbBindValue Controls whether an ActiveX's bindable property is bound to the Value property cComActiveXControl
Status_Help Determines the status text that will be displayed when this object takes the focus This is the status-bar help text for the object. cComActiveXControl
Use_Parent_Status_Help Determines if parent's status help is used when object status help is empty cComActiveXControl
Value Sets or returns content of control or item cComActiveXControl

Inherited Properties from DfInPlaceComObject

Name Description Defining Class
peAutoCreate Manipulates COM Object instantiation COM Object instantiation can be manipulated via the peAutoCreate property. DfInPlaceComObject
psLicenseKey Contains the license key when ActiveX controls use a run-time license The psLicenseKey property contains the license key when ActiveX controls use a run-time license. DfInPlaceComObject
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. DfInPlaceComObject
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. DfInPlaceComObject

Inherited Properties from DfComUIObject

Name Description Defining Class
Absolute_GuiOrigin Returns the screen coordinates of the top left corner of a DataFlex object DfComUIObject
Border_Style Specifies the border style of this object The Border_Style property specifies the border style of this object. DfComUIObject
Client_Size DfComUIObject
Color The background color of the object Determines the background color of the object. DfComUIObject
Container_Handle Returns the Windows window handle of the DataFlex object's container The Container_Handle function returns the Windows window handle of the DataFlex object's container. DfComUIObject
GuiLocation Determines the position of the object expressed in physical pixels relative to the upper left-hand corner of the parent object's client-area DfComUIObject
GuiSize Determines the size (height and width) of the object expressed in physical pixels DfComUIObject
Mouse_Capture Causes all DataFlex mouse events to be sent to the object that captures the mouse DfComUIObject
peAnchors Describes how you want the control to react whenever its container changes size DfComUIObject
piMaxSize Determines the limit of the maximum size that a Component can be DfComUIObject
piMinSize Determines the limit of the minimum size that a Component can be DfComUIObject
Shadow_State Determines if item is enabled (not shadowed) Shadowing an item affects both its appearance and its functionality. DfComUIObject
TextColor The text color of the object Determines the text color of the object. DfComUIObject
Window_Handle Returns the Windows window handle of the DataFlex object The Window_handle property returns the Windows window handle of the DataFlex object. DfComUIObject
Windows_Override_State Allows DataFlex to stop the default windows behavior for mouse and keyboard messages DfComUIObject

Inherited Properties from cUIObject

Name Description Defining Class
Active_State Indicates whether or not the object is activated Active_State indicates whether or not the object is activated (in the focus tree). cUIObject
Attach_Parent_State Determines whether an object that is activated will be added to the next level of the current focus (false) or the next level of its parent (true) cUIObject
Block_Mouse_State Determines whether or not the use of the mouse is restricted cUIObject
Client_Area_State Determines if object is a user interface container for children A special mode of user interface objects will become a container for children. cUIObject
ContainsFocus Determines if the container contains the focus The ContainsFocus property returns true if the object or one of its descendents contains the focus. cUIObject
Current_Scope Returns the object_id of the currently active scoping object The Current_scope property returns the object_id of the currently active scoping object. cUIObject
Dynamic_Update_State Determines whether or not the image of an object that can be seen will be updated when a change to the object occurs cUIObject
Entry_msg Hook sent whenever the object is about to receive the focus The message (procedure or function) defined by the Entry_msg property is sent whenever the object is about to receive the focus. cUIObject
Error_Text Gets the text from FLEXERRS.DAT that corresponds to the passed error number Error_Text gets the text from FLEXERRS.DAT that corresponds to iErrorNumber. cUIObject
Error_Text_Available Determines if Error Text is available for this error number Error_Text_Available determines if an error text exists for iErrorNumber. cUIObject
Exit_msg Hook sent whenever the object is about to lose the focus The message (procedure or function) defined by the Exit_msg property is sent whenever the object is about to lose the focus. cUIObject
Find_Scope Returns the scoping object of the current object The Find_scope property returns the scoping object of the current object. cUIObject
Focus Returns the ID of the object that currently has the focus The Focus property returns the ID of the object that currently has the focus. cUIObject
Focus_Mode Determines the conditions under which the object will take the focus Focus_Mode determines the conditions under which the object will take the focus. cUIObject
Key_Path Determines the delegation path for on_key key assignments The property Key_path determines where an object should look for key definitions(on_key Xxxx) after it has searched the current object. cUIObject
Last_Child Returns the Object_Id of the last focus child Last_Child returns the Object_Id of the last focus child. cUIObject
Location Determines the position of the upper left pixel of the object's window cUIObject
Module_Name Obsolete Assists in the process of locating context-sensitive help information Obsolete This property only applies to character mode DataFlex. cUIObject
Next_Focus Returns the object that is positioned in the focus tree as the next object at the same level as this object cUIObject
Next_Level Returns the object that is positioned in the focus tree as the first object in the next level cUIObject
Next_Scope Returns the object that is the next_scope object of the current scope The Next_scope property returns the object that is the next_scope object of the current scope. cUIObject
Popup_State Determines whether the object should respond to the standard Activate message, or via the Popup message cUIObject
Prior_Focus Returns the object that is positioned in the focus tree as the prior object at the same level as this object cUIObject
Prior_Level Returns the object that is the root of this object's level in the focus tree The Prior_level property returns the object that is the root of this object's level in the focus tree. cUIObject
Prior_Scope Returns the object that is the prior_scope object of the current scope The Prior_scope property returns the object that is the prior_scope object of the current scope. cUIObject
Ring_State Determines whether or not the objects added into the next level of this object are to act as a ring cUIObject
RingParent Returns the object handle of the object that is its ring parent cUIObject
Scope_Focus A property of scope objects in the focus tree The scope_focus is a property of scope objects in the focus tree. cUIObject
Scope_State Determines whether the objects at the next level of this object and beyond, are to be scoped by this object cUIObject
Search_Case Determines whether searches performed are case-sensitive or not cUIObject
Size Determines the size of a window in dialog units Size determines the size of object in dialog units. cUIObject
Skip_State Determines whether or not the switch and switch_back messages skip over this object during focus movement cUIObject
Visible_State Determines whether object is visible The Visible_State property is set true by default. cUIObject

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