Stg_get_num_settings()

Top  Previous  Next

Description:

API procedure, returns the number of settings defined in your project.

Syntax:

function stg_get_num_settings() as byte

Returns:

Total number of settings.

See Also:

Using Setting Numbers

 

Details

Do not confuse the returned value with the STG_MAX_NUM_SETTINGS constant. The constant defines the maximum allowed number of settings. Actual number of settings is returned by this function and may be less than STG_MAX_NUM_SETTINGS -- it depends on the actual contents of the setting descriptor file.