TTMSFNCTableView.OnBeforeItemShowDetailControl Event
Occurs before item show detail control.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCTableView
Inherited from: TTMSFNCCustomTableView
Syntax
OnBeforeItemShowDetailControl: TTMSFNCTableViewBeforeItemShowDetailControl;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AItem |
Table view item affected by the operation. |
ADetailControl |
Detail control shown for the item. |
AAllow |
Set to False to cancel the operation or drawing step. |