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
Version | Status | Notes |
10.0 | New | New in this version. |