TTMSFNCTreeViewData.FindGroupIndexByName Method
Finds the index of a group by name.
API unit family: TMSFNCTreeViewData
Declaring type: TTMSFNCTreeViewData
Syntax
function FindGroupIndexByName(AName: String): Integer; virtual;
Parameters
| Name | Description |
|---|---|
AName |
The group name to find. |
Returns
The matching group index, or -1 when no group matches.