Table of Contents

TTMSFNCCustomChat.XYToChatItem Method

Returns the chat item at the specified coordinates.

API unit family: TMSFNCChat Declaring type: TTMSFNCCustomChat

Syntax

function XYToChatItem(X, Y: Single): TTMSFNCChatItem;

Parameters

Name Description
X The horizontal coordinate.
Y The vertical coordinate.

Returns

The chat item at the coordinates, or nil when no item is present.