IWebOpenContext.ParamValues

Syntax

ParamValues: IMetabaseObjectParamValues;

Description

The ParamValues property determines parameter values, with which an object opens.

Comments

As a value of the property, one should specify the filled in set of parameter values, which was obtained for object description sent to the IWebFormComponent.ShowObject method.

Example

The property use is given in the example for IWebOpenContext.CurrentTab.

See also:

IWebOpenContext