Table of Contents

TTMSFNCDataGridLocalizationOptions Class

Localizable strings and hints used by the DataGrid filtering UI.

API unit family: TMSFNCDataGridRenderer Inherits from: TPersistent

Syntax

TTMSFNCDataGridLocalizationOptions = class(TPersistent)

Properties

Name Description
FilterAllText Caption for the filter type that matches all values.
FilterClearButtonHint Hint displayed for the button that clears the active column filter.
FilterEditPrompt Prompt text displayed in the filter edit field.
FilterEmptyText Caption for the filter type that matches empty cell values.
FilterNotEmptyText Caption for the filter type that matches non-empty cell values.
FilterSortButtonAscendingHint Hint displayed for the ascending sort button in the filter UI.
FilterSortButtonAscendingText Caption displayed for ascending sort in the filter UI.
FilterSortButtonDescendingHint Hint displayed for the descending sort button in the filter UI.
FilterSortButtonDescendingText Caption displayed for descending sort in the filter UI.
FilterTypeButtonHint Hint displayed for the button that opens the filter type selector.
FilterTypeContainsText Caption for the filter comparison that checks whether a value contains the entered text.
FilterTypeEmptyText Caption for the filter comparison that checks whether a value is empty.
FilterTypeEndsWithText Caption for the filter comparison that checks whether a value ends with the entered text.
FilterTypeEqualText Caption for the filter comparison that checks whether a value equals the entered value.
FilterTypeLargerOrEqualThanText Caption for the filter comparison that checks whether a value is larger than or equal to the entered value.
FilterTypeLargerThanText Caption for the filter comparison that checks whether a value is larger than the entered value.
FilterTypeNotContainsText Caption for the filter comparison that checks whether a value does not contain the entered text.
FilterTypeNotEmptyText Caption for the filter comparison that checks whether a value is not empty.
FilterTypeNotEqualText Caption for the filter comparison that checks whether a value does not equal the entered value.
FilterTypeSmallerOrEqualThanText Caption for the filter comparison that checks whether a value is smaller than or equal to the entered value.
FilterTypeSmallerThanText Caption for the filter comparison that checks whether a value is smaller than the entered value.
FilterTypeStartsWithText Caption for the filter comparison that checks whether a value starts with the entered text.

Used by