ISharedAdhocPlugin.ViewForm

Syntax

ViewForm: IMetabaseObjectDescriptor;

Description

The ViewForm property determines visualizer form for plugin.

Comments

Visualizer form contains components that form plugin appearance, and a code that describes logic of component work in the plugin. This form must inherit from the AdhocUserViewForm class.

Example

The property use is given in the example for ISharedPluginsContainer.Plugins.

See also:

ISharedAdhocPlugin