<< Click to Display Table of Contents >> ClickedObject |
[GUI Control Only, Enterprise Edition and above]
Returns the VPE Object - instead of the ObjectID, which is only an integer - of the object that fired the DoObjectClicked (VCL: OnObjectClicked, .NET: ObjectClicked) event.
property TVPEObject VPE.ClickedObject
read; runtime only
Remarks:
This property is only accessible while your application is processing the DoObjectClicked() (VCL: OnObjectClicked(), .NET: ObjectClicked()) event.
Reading this property while not processing the event, will throw an exception.
"Important Note for VPE-VCL Users" in the Programmer's Manual