Table of Contents

TTMSFNCPlanner.XYToCacheItem Method

Returns the cache item at the specified control coordinates.

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

Syntax

function XYToCacheItem(X, Y: Double): TTMSFNCPlannerCacheItem; virtual;

Parameters

Name Description
X Horizontal coordinate in control pixels.
Y Vertical coordinate in control pixels.

Returns

The cache item under the coordinate, or nil when none exists.