The matrixclickedobjectid statement helps implement buttons in a matrix object.
Parameters
This statement has one parameter:objectid – Returns id of object that was clicked on, or 0 if none.
Description
This statement helps implement buttons in a matrix object. It can be called when a user clicks within a matrix to find out which object within the matrix frame was clicked on, if any.
local mButton
matrixbutton mButton
if mButton="Add"
...
...
elseif mButton="Delete"
...
...
endif
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |