Type TImageOverEvent


Declaration

TImageOverEvent = procedure(Sender, Obj: TObject; Shift: TShiftState;

X, Y: Integer) of Object;

Description

The TImageOverEvent type is the type for OnImageOver events. These events occur when the mouse is moved over an image.

In the above, Sender is the THtmlViewer and Obj is the TImageObj where the click occured. X and Y are the position of the cursor within the image.

See also:

OnImageOver Event

OnImageClick Event