Skip to main content
A newer version of this page is available.

ExpressQuantumGrid: Resource Strings

  • 11 minutes to read

This topic describes the resource strings used by the ExpressQuantumGrid in message boxes and control elements and explains how to override default resource string values at runtime. Refer to the Resource Strings topic for general information on their use.

Resource strings used by the ExpressQuantumGrid are declared in the cxGridStrs unit.

Unsorted Resource Strings

Resource identifier

Value

Description

scxGridBandsQuickCustomizationHint

‘Click here to show/hide/move bands’

Specifies the Quick Band Customization button‘s hint text.

See the View’s OptionsCustomize.BandsQuickCustomization property.

scxGridColumnsQuickCustomizationHint

‘Click here to show/hide/move columns’

Specifies the Quick Column Customization button‘s hint text.

See the View’s OptionsCustomize.ColumnsQuickCustomization property.

scxGridConverterIntermediaryMissing

‘Missing an intermediary component!’#13#10’Please add a %s component to the form.’

Specifies the error message, which might occur when importing a TdxDBGridLayout component. When converting from TdxDBGridLayout to EQGrid, a separate TdxDBGrid component must be present on the form. It will be used as an intermediary when importing.

If this error occurs, you must add a TdxDBGrid control to the form and repeat the conversion steps.

scxGridCustomizationFormBandsPageCaption

‘Bands’

Specifies the caption of the Bands tabbed page in the Customization form (available only in a Banded Table View).

See the View’s Controller.Customization property.

scxGridCustomizationFormCaption

‘Customization’

Specifies the title of the Customization form.

See the View’s Controller.Customization property for more information.

scxGridCustomizationFormColumnsPageCaption

‘Columns’

Specifies the caption of the Columns tabbed page in the Customization form.

See the View’s Controller.Customization property.

scxGridCustomizationFormRowsPageCaption

‘Rows’

Specifies the Rows tab caption in the Customization Form under a Card View.

scxGridDeletingFocusedConfirmationText

‘Delete record?’

The text of the message box to confirm deletion of a single (focused) record.

The View’s OptionsData.DeletingConfirmation property determines whether the message box is displayed before deleting a record.

scxGridDeletingSelectedConfirmationText

‘Delete all selected records?’

The text of the message box to confirm deletion of selected records.

The View’s OptionsData.DeletingConfirmation property determines whether the message box is displayed before deleting records.

To enable multiple selection, set the View’s OptionsSelection.MultiSelect property to True.

scxGridFilterApplyButtonCaption

‘Apply Filter’

Specifies the caption of the filter dropdown‘s button that end-users can click to update the View’s current filter based on selected filter items. Refer to the View’s Filtering.ColumnPopup.ApplyMultiSelectChanges or Filtering.RowPopup.ApplyMultiSelectChanges property description for details on this button.

scxGridFilterCustomizeButtonCaption

‘Customize…’

Specifies the caption of the filter panel‘s button that end-users can click to display the built-in Filter Builder dialog for filter customization. Use the View’s FilterBox.CustomizeDialog property to switch the button’s visibility.

scxGridFilterIsEmpty

‘<Filter is Empty>’

The string displayed in the filter panel when the current filter does not include any filter condition. Otherwise, the filter panel replaces this string with a text representation of filter conditions.

Use the View’s FilterBox.Visible property to make the filter panel visible.

scxGridFilterRowInfoText

‘Click here to define a filter’

Specifies the descriptive text of the Filter Row.

scxGridGroupByBoxCaption

‘Drag a column header here to group by that column’

Specifies the string displayed within the group panel when data is not grouped by any column. Set the View’s OptionsView.GroupByBox property to True to make the panel visible.

scxGridLayoutViewRecordCaptionDefaultMask

‘[RecordIndex] of [RecordCount]’

The default pattern that is used to format card captions in Layout Views. The formatting string is combined using the macros that convey the record number associated with a card and the total number of records (cards) available for display.

This resource string is used to initialize the TcxGridLayoutViewRecordCaption.DisplayMask property.

scxGridLockedStateImageText

‘Please wait…’

Specifies the message displayed over a “Locked View” image. The message is visible if the grid’s LockedStateImageOptions.ShowText property is True.

scxGridNewItemRowInfoText

‘Click here to add a new row’

Specifies the descriptive text of the New Item Row

scxGridNoDataInfoText

‘<No data to display>’

This string is displayed in the center of a View if it has no data to display. Note that this may occur as a result of filtering.

scxGridRecursiveLevels

‘You cannot create recursive levels’

The error occurs when assigning any child of a specific grid level or the grid level itself to its Parent property.

scxImportErrorCaption

‘Import error’

Specifies the caption of the error message, which can occur when importing a TdxDBGridLayout component. When converting from TdxDBGridLayout to EQGrid, a separate TdxDBGrid component must be present on the form. It will be used as an intermediary during data import.

If this error occurs, you must add a TdxDBGrid control to the form and repeat the conversion steps.

Chart View Resource Strings

Resource identifier

Value

Description

scxGridChartAlignment

‘Alignment’

Specifies the Alignment subcategory’s caption at the Options page of the Customization Form.

scxGridChartAlignmentCenter

‘Center’

Specifies the Center radio button’s caption under the Alignment subcategory at the Options page of the Customization Form.

scxGridChartAlignmentDefault

‘Default’

Specifies the Default radio button’s caption under the Alignment subcategory at the Options page of the Customization Form.

scxGridChartAlignmentEnd

‘End’

Specifies the End radio button’s caption under the Alignment subcategory at the Options page of the Customization Form.

scxGridChartAlignmentStart

‘Start’

Specifies the Start radio button’s caption under the Alignment subcategory at the Options page of the Customization Form.

scxGridChartAreaDiagramDisplayText

‘Area diagram’

Specifies the descriptive text of the area diagram.

See the View’s ActiveDiagram.DisplayText property.

scxGridChartBarDiagramDisplayText

‘Bar diagram’

Specifies the descriptive text of the bar diagram.

See the View’s ActiveDiagram.DisplayText property.

scxGridChartBorder

‘Border’

Specifies the caption of the Border check box at the Options page of the Customization Form.

scxGridChartCategoriesDisplayText

‘Data’

Specifies the descriptive text for default categories.

See the View’s Categories.DisplayText property for details.

scxGridChartColumnDiagramDisplayText

‘Column diagram’

Specifies the descriptive text of the column diagram.

See the View’s ActiveDiagram.DisplayText property.

scxGridChartCustomizationFormDataGroupsPageCaption

‘Data Groups’

Specifies the caption of the Data Groups tab in the Customization Form.

See the description on the TcxGridChartSeries class.

scxGridChartCustomizationFormNoSortedSeries

‘<none series>’

Specifies the descriptive text for an item in the Series list of the Customization Form.

scxGridChartCustomizationFormOptionsPageCaption

‘Options’

Specifies the caption of the Options tab in the Customization Form.

See the description on the TcxGridChartSeries.

scxGridChartCustomizationFormSeriesPageCaption

‘Series’

Specifies the caption of the Series tab in the Customization Form.

See the description on the TcxGridChartSeries class.

scxGridChartCustomizationFormSortBySeries

‘Sort by:’

Specifies the title of the Series list in the Customization Form.

scxGridChartDiagramSelector

‘Diagram Selector’

Specifies the caption of the Diagram Selector check box under the ToolBox category at the Options page of the Customization Form.

scxGridChartLegend

‘Legend’

Specifies the Legend category’s caption at the Options page of the Customization Form.

scxGridChartLegendKeyBorder

‘Key Border’

Specifies the caption of the Key Border check box under the Legend category at the Options page of the Customization Form.

scxGridChartLineDiagramDisplayText

‘Line diagram’

Specifies the descriptive text of the line diagram.

See the View’s ActiveDiagram.DisplayText property.

scxGridChartNoneDiagramDisplayText

‘No diagram’

This string is displayed within the diagram selector when no diagram is currently active within the Chart View.

See the View’s ActiveDiagram property for details.

scxGridChartOrientation

‘Orientation’

Specifies the Orientation subcategory’s caption at the Options page of the Customization Form.

scxGridChartOrientationDefault

‘Default’

Specifies the Default radio button’s caption under the Orientation subcategory at the Options page of the Customization Form.

scxGridChartOrientationHorizontal

‘Horizontal’

Specifies the Horizontal radio button’s caption under the Orientation subcategory at the Options page of the Customization Form.

scxGridChartOrientationVertical

‘Vertical’

Specifies the Vertical radio button’s caption under the Orientation subcategory at the Options page of the Customization Form.

scxGridChartOther

‘Other’

Specifies the Other category’s caption at the Options page of the Customization Form.

scxGridChartPercentValueTickMarkLabelFormat

‘0%’

Specifies the value’s format of the tick-mark label.

scxGridChartPieDiagramDisplayText

‘Pie diagram’

Specifies the descriptive text of the pie diagram.

See the View’s ActiveDiagram.DisplayText property.

scxGridChartPosition

‘Position’

Specifies the Position subcategory’s caption at the Options page of the Customization Form.

scxGridChartPositionBottom

‘Bottom’

Specifies the Bottom radio button’s caption under the Position subcategory at the Options page of the Customization Form.

scxGridChartPositionDefault

‘Default’

Specifies the Default radio button’s caption under the Position subcategory at the Options page of the Customization Form.

scxGridChartPositionLeft

‘Left’

Specifies the Left radio button’s caption under the Position subcategory at the Options page of the Customization Form.

scxGridChartPositionNone

‘None’

Specifies the None radio button’s caption under the Position subcategory at the Options page of the Customization Form.

scxGridChartPositionRight

‘Right’

Specifies the Right radio button’s caption under the Position subcategory at the Options page of the Customization Form.

scxGridChartPositionTop

‘Top’

Specifies the Top radio button’s caption under the Position subcategory at the Options page of the Customization Form.

scxGridChartStackedAreaDiagramDisplayText

‘Stacked Area diagram’

Specifies the descriptive text of the stacked area diagram.

See the View’s ActiveDiagram.DisplayText property.

scxGridChartStackedBarDiagramDisplayText

‘Stacked Bars diagram’

Specifies the descriptive text of the stacked bar diagram.

See the View’s ActiveDiagram.DisplayText property.

scxGridChartStackedColumnDiagramDisplayText

‘Stacked Columns diagram’

Specifies the descriptive text of the stacked column diagram.

See the View’s ActiveDiagram.DisplayText property.

scxGridChartTitle

‘Title’

Specifies the Title category’s caption at the Options page of the Customization Form.

scxGridChartToolBox

‘ToolBox’

Specifies the ToolBox category’s caption at the Options page of the Customization Form.

scxGridChartToolBoxCustomizeButtonCaption

‘Customize Chart’

Specifies the caption of the chart customization button.

See the View’s ToolBox.CustomizeButton property.

scxGridChartToolBoxDataLevels

‘Data Levels:’

Specifies the default label caption, which identifies data levels in the data level navigator.

scxGridChartToolBoxDataLevelSelectValue

‘select value’

Specifies the string representation of a data group’s active value.

See the View’s ActiveDataGroup.ActiveValueDisplayText property.

scxGridChartValueHintFormat

‘%s for %s is %s’

Specifies the format string for value hints.

See the View’s OptionsBehavior.ValueHints property for details.

scxGridChartValueHints

‘Value Hints’

Specifies the caption of the Value Hints check box under the Other category at the Options page of the Customization Form.

Date Ranges Resource Strings

Resource identifier

Value

Description

scxGridYesterday

‘Yesterday’

Specifies the Yesterday time range’s caption.

See the TcxGridYesterdayRange and the View’s DateTimeHandling.Filters property.

scxGridToday

‘Today’

Specifies the Today time range’s caption.

See the TcxGridTodayRange and the View’s DateTimeHandling.Filters property.

scxGridTomorrow

‘Tomorrow’

Specifies the Tomorrow time range’s caption.

See the TcxGridTomorrowRange and the View’s DateTimeHandling.Filters property.

scxGridLast30Days

‘Last 30 days’

Specifies the Last 30 days time range’s caption.

See the View’s DateTimeHandling.Filters property.

scxGridLast14Days

‘Last 14 days’

Specifies the Last 14 days time range’s caption.

See the View’s DateTimeHandling.Filters property.

scxGridLast7Days

‘Last 7 days’

Specifies the Last 7 days time range’s caption.

See the View’s DateTimeHandling.Filters property.

scxGridNext7Days

‘Next 7 days’

Specifies the Next 7 days time range’s caption.

See the View’s DateTimeHandling.Filters property.

scxGridNext14Days

‘Next 14 days’

Specifies the Next 14 days time range’s caption.

See the View’s DateTimeHandling.Filters property.

scxGridNext30Days

‘Next 30 days’

Specifies the Next 30 days time range’s caption.

See the View’s DateTimeHandling.Filters property.

scxGridLastTwoWeeks

‘Last two weeks’

Specifies the Last two weeks time range’s caption.

See the View’s DateTimeHandling.Filters property.

scxGridLastWeek

‘Last week’

Specifies the Last week time range’s caption.

See the TcxGridLastWeekRange and the View’s DateTimeHandling.Filters property.

scxGridThisWeek

‘This week’

Specifies the This week time range’s caption.

See the TcxGridThisWeekRange and the View’s DateTimeHandling.Filters property.

scxGridNextWeek

‘Next week’

Specifies the Next week time range’s caption. See the TcxGridNextWeekRange and the View’s DateTimeHandling.Filters property.

scxGridNextTwoWeeks

‘Next two weeks’

Specifies the Next two weeks time range’s caption.

See the View’s DateTimeHandling.Filters property.

scxGridLastMonth

‘Last month’

Specifies the Last month time range’s caption.

See the TcxGridLastMonthRange and the View’s DateTimeHandling.Filters property.

scxGridThisMonth

‘This month’

Specifies the This month time range’s caption.

See the TcxGridThisMonthRange and the View’s DateTimeHandling.Filters property.

scxGridNextMonth

‘Next month’

Specifies the Next month time range’s caption.

See the TcxGridNextMonthRange and the View’s DateTimeHandling.Filters property.

scxGridLastYear

‘Last year’

Specifies the Last year time range’s caption.

See the TcxGridLastYearRange and the View’s DateTimeHandling.Filters property.

scxGridThisYear

‘This year’

Specifies the This year time range’s caption.

See the TcxGridThisYearRange and the View’s DateTimeHandling.Filters property.

scxGridNextYear

‘Next year’

Specifies the Next year time range’s caption.

See the TcxGridNextYearRange and the View’s DateTimeHandling.Filters property.

scxGridPast

‘Past’

Specifies the Past time range’s caption.

See the View’s DateTimeHandling.Filters property.

scxGridFuture

‘Future’

Specifies the Future time range’s caption.

See the View’s DateTimeHandling.Filters property.

scxGridMonthFormat

‘mmmm yyyy’

Specifies the format pattern of the date/time values grouped by month.

See the View’s DateTimeHandling.GetMonthFormat method.

scxGridYearFormat

‘yyyy’

Specifies the format pattern of the date/time values grouped by year.

See the View’s DateTimeHandling.GetYearFormat method.

In-place Edit Form resource strings

Resource identifier

Value

Description

scxGridInplaceEditFormButtonCancel

‘Cancel’

The caption of the button that closes the in-place Edit Form and discards the changes made in form editors.

scxGridInplaceEditFormButtonUpdate

‘Update’

The caption of the button that closes the in-place Edit Form and post the changes made in form editors to the currently edited grid row.

scxGridInplaceEditFormSaveChangesQuery

‘Your data is modified. Do you want to save the changes?’

The text of the message box to confirm saving the changes made in form editors. This message box is displayed when an end-user moves focus from the grid row with pending changes.

Find Panel Resource Strings

This section of the cxGridStrs unit contains resource strings that the Find Panel’s UI elements display. The following table lists both the resource strings and their default values:

#

Resource identifier

Value

Description

1

scxGridFindPanelClearButtonCaption

‘Clear’

Specifies the caption of the Clear button that the Find Panel shows in filter mode.

2

scxGridFindPanelFindButtonCaption

‘Find’

Specifies the caption of the Find button that the Find Panel shows in filter mode.

3

scxGridFindPanelNextButtonCaption

‘Next’

Specifies the caption of the Next button that the Find Panel shows in search mode.

4

scxGridFindPanelPreviousButtonCaption

‘Previous’

Specifies the caption of the Previous button that the Find Panel shows in search mode.

5

scxGridFindPanelInfoText

‘Enter text to search…’

Specifies the text string that the empty unfocused Find Box shows, provided that the target grid View’s FindPanel.InfoText property is set to an empty string.

See Also