TTMSFNCTableView.OnCategoryCompare Event
Occurs when category compare.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCTableView
Inherited from: TTMSFNCCustomTableView
Syntax
OnCategoryCompare: TTMSFNCTableViewCategoryCompareEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
Category1 |
First category being compared. |
Category2 |
Second category being compared. |
ACompareResult |
Comparison result returned by the handler. |