Table of Contents

TTMSFNCRichEditorPopup.MouseInPopup Method

Determines whether a point falls within the popup's bounds.

API unit family: TMSFNCRichEditor Declaring type: TTMSFNCRichEditorPopup

Syntax

function MouseInPopup(PT: TPoint): boolean; virtual; abstract;

Parameters

Name Description
PT The point to test, in client coordinates.

Returns

True when the point falls within the popup; otherwise, False.