OnObjectClicked Event

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the VCL >

OnObjectClicked Event

Previous pageReturn to chapter overviewNext page

[Professional Edition and above]

A clickable object with an assigned ObjectID has been clicked with the mouse.

This is one of the few events where CloseDoc() may be called while processing it.

OnObjectClicked(

Sender: TVPEngine;

ObjectID: LongInt

)

Sender

the VPE object that fired the event

ObjectID

the Object ID of the object that was clicked by the user

 

See also:

Clickable objects