System.Rtti.TVirtualInterface.operator ()

From RAD Studio API Documentation
Jump to: navigation, search

C++

operator System::_di_IInterface()

Properties

Type Visibility Source Unit Parent
function public System.Rtti.hpp System.Rtti TVirtualInterface

Description

Converts a TVirtualInterface instance to an IInterface instance (C++ specific operator).

Use this operator to cast a TVirtualInterface instance to an IInterface instance (only for C++). To obtain an instance of the "virtual" interface on which the current TVirtualInterface instance is based, use QueryInterface.

See Also