ISharedAdhocPlugin.ViewForm

Fore Syntax

ViewForm: IMetabaseObjectDescriptor;

Fore.NET Syntax

ViewForm: Prognoz.Platform.Interop.Metabase.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.

Fore and Fore.NET Examples

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

See also:

ISharedAdhocPlugin