System.DelphiInterface.operator ->

From RAD Studio API Documentation
Jump to: navigation, search

C++

T* __fastcall operator->() const

Properties

Type Visibility Source Unit Parent
function public systobj.h System DelphiInterface


Description

Provides access to the properties and methods on the underlying interface.

Use the operator -> to access the properties and methods of the underlying interface. If the underlying interface is a dual interface, the operator -> makes a viable call.