Create(Button: Integer; ShiftState: Integer; Point: IPoint);
Button - code of the mouse button that is pressed or released.
ShiftState - state of the SHIFT, ALT, and CTRL auxiliary keys when mouse actions are executed. Use the ShiftState enumeration type to assign a value.
Point - mouse cursor coordinates in the client area of a component.
The Create constructor creates an argument of the event that occurs when mouse button is pressed or released.
See also: