MouseClickEventArgs.Create

Syntax

Create(Button: Integer; ShiftState: Integer; Point: IPoint);

Parameters

Button is a code of the mouse button that is pressed or released.

ShiftState is a state of such auxiliary buttons as SHIFT, ALT and CTRL when the mouse actions are performed. Use ShiftState enumeration type to assign a value.

Point is mouse cursor coordinates in the client area of a component.

Description

The Create designer creates argument of the event that occurs when mouse button is pressed and released.

See also:

MouseClickEventArgs

ShiftState