Table of Contents
project_GetSettingsListDescriptionRetrieve the settings list for the application project. Function prototypeZLIST CExtAPI::project_GetSettingsList(); ArgumentsNone. Return valueFalse if an error occurred, and true otherwise. ExamplesExploring settingsTo view the settings in the project in a tree dialog, use the following code: theAPI.var_EditUI(theAPI.project_GetSettingsList()); This is equivalent to using the 'SettingsāCurrent project' menu function in L3DT. Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
|