docs

All functions Legacy functions About function names

vuLoadProfile

Purpose

Load the managed profile named default into active runtime memory.

This is the normal Basic-safe profile load function when you want to explicitly replace the current runtime settings with the saved default managed profile.

Export name

Clarion prototype (Inside Global MAP)

Parameters

Return value

What it does

vuLoadProfile() performs an explicit managed-profile load of default.

After a successful load:

Clarion example

Result                   LONG

Result = vuLoadProfile()

Notes

All functions Legacy functions About function names