setappdata
Store application data
Syntax
Description
Use this function to store data in a UI. You can retrieve the data elsewhere
in your code using the getappdata
function. Both of these
functions provide a convenient way to share data between callbacks or between separate
UIs.