IAdhocUserView.SaveSettings

Syntax

SaveSettings(xml: Variant);

Parameters

Xml. Saved plugin settings in the XML format.

Description

The SaveSettings method saves plugin settings in the XML format.

Comments

To load plugin settings, use the IAdhocUserView.LoadSettings method.

Example

The method use is given in the Creating a Visualizer Form section.

See also:

IAdhocUserView