RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DelphiInterface::-> Operator

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

Pascal
operator ->;
C++
__fastcall T* operator ->() const;

Use the System::DelphiInterface::-> to access the properties and methods of the underlying interface. If the underlying interface is a dual interface, the System::DelphiInterface::-> makes a vtable call. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!