Variant.SetPropertyEx

Syntax

SetPropertyEx(Name:String; Parameters:Array; Value: Variant);

Properties

Name. Name of the property, which value must be specified.

Parameters. Additional parameters required for the property.

Value. Property value.

Description

The SetPropertyEx method enables the user to set the value of the specified property of the object stored in the variable, using additional parameters.

Example

The method use is given in description of the Variant.CreateObject method.

See also:

Variant