TTMSFNCFilterDialogDisplayNames Class
Collection of field-name-to-display-name mappings used by the filter dialog.
API unit family: TMSFNCFilterDialog
Inherits from: TCollection
Syntax
TTMSFNCFilterDialogDisplayNames = class(TCollection)
Properties
| Name | Description |
|---|---|
| Items | Returns or sets the field-name mapping at the specified zero-based index. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new field-name mapping to the collection. |
| AddMap | Adds a mapping between a field name and a display name. |
| GetDisplayName | Returns the display name mapped to the specified field name. |
| Insert | Inserts a new field-name mapping at the specified index. |