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 value to the Name property using additional Parameters parameters.

Example

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

See also:

Variant