TTMSFNCCustomFilterView.AddFilterPanel Method
Adds a filter panel to the filter view.
API unit family: TMSFNCFilterView
Declaring type: TTMSFNCCustomFilterView
Syntax
function AddFilterPanel(AGroupOperator: TTMSFNCFilterBuilderGroupOperator = fgoAND; AOwner: TComponent = nil): TTMSFNCFilterViewPanel;
Parameters
| Name | Description |
|---|---|
AGroupOperator |
Operator used to combine filter items in the panel. |
AOwner |
Optional owner for the created panel. |
Returns
The newly created filter panel.