Called on import object from dataspace
Source position: mui.pas line 703
const MUIM_Import = $8042d012; |
DoMethod(obj, MUIM_Import, [DataSpace: PObject_]);
This method is called for each object in the application tree (including menus) during execution of MUIM_Application_Load. It's purpose is to import an objects "contents" from a dataspace object after loading from an IFF file.
If you override this method to import your custom data, you are supposed to use your MUIA_ObjectID as ID for the dataspace entry. Don't import if your MUIA_ObjectID is 0.
|
||
|