Click Event

Example   Applies To   See Also

Occurs when you include code in a program that triggers the event, or when the user presses and releases the left mouse button while the pointer is over a control, changes the value of certain controls, or clicks in a blank area of a form.

Syntax

PROCEDURE Object.Click
[LPARAMETERS nIndex]

Arguments

nIndex

Uniquely identifies a control if it is in a control array.

Remarks

The Click event occurs when the user:

The Click event also occurs as a result of code you include that issues the MOUSE command.