IAdhocUserView.SaveSettings

Fore Syntax

SaveSettings(xml: Variant);

Fore.NET Syntax

None;

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.

Fore Example

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

See also:

IAdhocUserView