TTMSFNCFilterViewCustomGroup Class
Represents a single custom-control filter group, associating a user control with its filter structure group.
API unit family: TMSFNCFilterView
Inherits from: TCollectionItem
Syntax
TTMSFNCFilterViewCustomGroup = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Control | The user-supplied control whose state determines the group operator for the filter structure. |
| FilterGroup | The underlying filter structure group generated for this custom control. |
| ParentGroupItems | The filter structure items collection of the parent group that owns this group item. |