Table of Contents

TTMSFNCPlannerData.FindGroupIndexByName Method

Returns the zero-based index of the group header with the given Name, or -1 when not found.

API unit family: TMSFNCPlannerData Declaring type: TTMSFNCPlannerData

Syntax

function FindGroupIndexByName(AName: String): Integer; virtual;

Parameters

Name Description
AName The group name to search for.

Returns

The zero-based group index, or -1 when no group has the specified name.