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, which name is passed as the Name input parameter, of the object stored in the variable.
The example of use is given in description of the CreateObject and Invoke methods.
See also: