ObjectToVariant(Object: IForeNETRuntimeObject): Variant;
Object. .NET object to be converted.
The ObjectToVariant method casts this .NET object to the Fore data type Variant.
After conversion it is possible to use the properties and methods, that are available for variables of the Variant type, to work with object.
The example of use is given in description of the INetControlBox.CreateControl method.
See also: