TTMSFNCCustomTableView.IsItemSelectable Method
Returns whether the item can be selected.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCCustomTableView
Syntax
function IsItemSelectable(AItem: TTMSFNCTableViewItem): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
AItem |
Table view item affected by the operation. |
Returns
True when the condition is met; otherwise False.