SetProperty(Name: String; Value: Variant);
Name. Name of the property, which value must be specified.
Value. The value that must be specified.
The SetProperty method enables the user to set the value for the property of the object stored in the variable.
The example of use is given in description of the Variant.CreateObject and Variant.Invoke methods.
See also: