GetStorage
Access storage areas.
storage GetStorage( LPCSTR lpcszName, bool bAdd = FALSE )
Storage
EX1
// Check the system storage objects on the active page // For example, import data using the Import Wizard to ensure creation of system storage object void OriginObject_GetStorage_Ex1() { Tree tr; storage st; st = Project.GetStorage("system"); // System, User and Files are examples of storage objects // Wave is also an example which is created when you import a sound (WAV) file tr = st; out_tree(tr); }
Project::GetStorageNames
origin.h