IAdhocUserView.LoadSettings

Syntax

LoadSettings(xml: Variant);

Parameters

Xml. Loaded settings in the XML format.

Description

The LoadSettings method loads plugin settings from XML file.

Comments

To save plugin settings, use the IAdhocUserView.SaveSettings method.

Example

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

See also:

IAdhocUserView