System.DelphiInterface.operator *

From RAD Studio API Documentation
Jump to: navigation, search

C++

T& __fastcall operator *()

Properties

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


Description

Returns the underlying interface pointer.

Use the & operator * to access the underlying interface pointer. operator * should be used with caution, because it provides no reference counting support. For example, you may need to increment the reference count on the returned value.