TTMSFNCFilterView.OnFilterViewItemParse Event
Occurs after a filter item is parsed into text.
API unit family: TMSFNCFilterView
Declaring type: TTMSFNCFilterView
Inherited from: TTMSFNCCustomFilterView
Syntax
OnFilterViewItemParse: TTMSFNCFilterViewItemParseEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that raises the event. |
AReference |
Control or object associated with the item. |
AItem |
Filter item that was parsed. |
AItemText |
Generated item text that can be modified by the handler. |
AAdd |
Set to False to omit the item from the generated text. |