Table of Contents

TTMSFNCTreeViewData.FindGroupByName Method

Finds a group by name.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

function FindGroupByName(AName: String): TTMSFNCTreeViewGroup; virtual;

Parameters

Name Description
AName The group name to find.

Returns

The matching group, or nil when no group matches.