TTMSFNCFilterViewCustomItem Class
Represents a single custom-control filter item, associating a user control with its filter structure entry.
API unit family: TMSFNCFilterView
Inherits from: TCollectionItem
Syntax
TTMSFNCFilterViewCustomItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Control | The user-supplied control whose value is used to build the filter expression. |
| FilterItem | The underlying filter structure item generated for this custom control. |
| ParentGroupItems | The filter structure items collection of the parent group that owns this item. |