Table of Contents

TTMSFNCTreeViewData.FindColumnIndexByName Method

Finds the index of a column by name.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

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

Parameters

Name Description
AName The column name to find.

Returns

The matching column index, or -1 when no column matches.