Table of Contents

project_GetSettingsList

Description

Retrieve the settings list for the application project.

Function prototype

ZLIST CExtAPI::project_GetSettingsList();

Arguments

None.

Return value

False if an error occurred, and true otherwise.

Examples

Exploring settings

To 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.