info("matrixclickedobjectid")

The info(“matrixclickedobjectid”) function returns the object id of the object in a matrix that was clicked on (or zero if none).


Description

This function returns the object id of the object in a matrix that was clicked on (or zero if none). With this id number, you can use the objectinfo( function to find out what type of object was clicked, and all attributes of that object.

objectinfo("class",info("matrixclickedobjectid")) ☞ PushButtonObject</b>

See Also


History

VersionStatusNotes
10.0NewNew in this version.