Table of Contents

TTMSFNCTreeViewData.FindNodeByDBKey Method

Finds a node by database key.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

function FindNodeByDBKey(ADBKey: String): TTMSFNCTreeViewNode; virtual;

Parameters

Name Description
ADBKey The database key to find.

Returns

The matching node, or nil when no node is found.