RAD Studio VCL Reference
|
Returns the underlying interface pointer.
operator *;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|