Variant.GetPropertyEx

Syntax

GetPropertyEx(Name: String; Parameters: Array): Variant;

Parameters

Name. The name of the property, which value must be obtained.

Parameters. Additional parameters required for the property.

Description

The GetPropertyEx method enables the user to get the value of the specified property, which name is passed as the Name input parameter, of the object stored in the variable, using additional Parameters.

Example

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

See also:

Variant