Variant.SetProperty

Syntax

SetProperty(Name: String; Value: Variant);

Parameters

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

Value. The value that must be specified.

Description

The SetProperty method enables the user to set the value for the property, which name is passed as the Name input parameter, of the object stored in the variable.

Example

The example of use is given in description of the CreateObject and Invoke methods.

See also:

Variant