RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DelphiInterface::* Operator

Returns the underlying interface pointer.

Pascal
operator *;
C++
__fastcall T& operator *();

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!