Table of Contents

TTMSFNCFilterViewCustomGroupList Class

Manages the collection of custom-control filter groups registered with the filter view.

API unit family: TMSFNCFilterView Inherits from: TTMSFNCOwnedCollection

Syntax

TTMSFNCFilterViewCustomGroupList = class(TTMSFNCOwnedCollection)

Properties

Name Description
Items Returns the custom filter group at the given zero-based index.

Methods

Name Description
Add Appends a new empty custom filter group to the collection and returns it.
AddGroup Registers a user control as a filter group and returns the created group item.
Insert Inserts a new empty custom filter group at the specified index and returns it.
RemoveCustomControl Removes the custom filter group associated with AControl and returns True if found and removed.