Hi,
I'd like to use an object to change its appearance when it's clicked.
I'm using Delphi XE and VPE 6.10 Pro.
In the manual it explains how to do that.
However when I try to assing a TVPEObject to a variable it does not know how.
Example:
var
Obj : TVPEObject;
Will not compile.
Is something missing in the Delphi source part ?
Kind regards, Erik.