IUP/Functions/IupStoreAttribute
From Vendetta Lua
Jump to navigationJump to search
Defines an attribute for an interface element.
Parameters/Return
- iup.StoreAttribute(element: ihandle, attribute: string, value: string)
- element: identifier of the interface element.
- a: name of the attribute. Must be uppercase
- v: value of the attribute. If it equals nil, the attribute will be removed from the element.
Note
- The value stored in the attribute is duplicated. Usually you will not use this function to store private attributes of the application.
- VO: This function appears to operate the same as IupSetAttribute.