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 of the object stored in the variable.

Example

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

See also:

Variant