Table of Contents

TTMSFNCHTMLText.DoMouseDown Method

Processes pointer clicks and raises anchor actions when a link is hit.

API unit family: TMSFNCHTMLText Declaring type: TTMSFNCHTMLText

Syntax

procedure DoMouseDown(Button: TTMSFNCMouseButton; Shift: TShiftState; X, Y: Single);

Parameters

Name Description
Button Mouse button that was pressed.
Shift Keyboard shift state active during the click.
X Horizontal pointer position in control coordinates.
Y Vertical pointer position in control coordinates.