Table of Contents

TTMSFNCChat.XYToChatItem Method

Returns the chat item at the specified coordinates.

API unit family: TMSFNCChat Declaring type: TTMSFNCChat Inherited from: 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.