TTMSFNCFilterViewCustomItemList Class
Manages the collection of custom-control filter items registered with the filter view.
API unit family: TMSFNCFilterView
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCFilterViewCustomItemList = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Returns the custom filter item at the given zero-based index. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new empty custom filter item to the collection and returns it. |
| AddCustomControl | Registers a user control as a filter item and returns the created item. |
| Insert | Inserts a new empty custom filter item at the specified index and returns it. |
| RemoveCustomControl | Removes the custom filter item associated with AControl and returns True if found and removed. |