Table of Contents

TTMSFNCPlanner.FindItemWithDBKey Method

Finds an item by its database key.

API unit family: TMSFNCPlanner Declaring type: TTMSFNCPlanner Inherited from: TTMSFNCCustomPlanner

Syntax

function FindItemWithDBKey(ADBKey: String): TTMSFNCPlannerItem; virtual;

Parameters

Name Description
ADBKey Database key assigned to the item.

Returns

The matching planner item, or nil when no item has the key.