System.DelphiInterface Methods

From RAD Studio API Documentation
Revision as of 09:41, 3 April 2013 by BuildBot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

InheritedProtected
CreatepublicCreates an instance of System.DelphiInterface.
DestroypublicFrees an instance of System.DelphiInterface.
operator !publicIndicates whether the DelphiInterface object represents a NULL interface.
operator &publicReturns a pointer to the underlying interface pointer.
operator ()publicReturns the underlying interface class.
operator *publicReturns the underlying interface pointer.
operator ->publicProvides access to the properties and methods on the underlying interface.
operator =publicAssigns a value to the DelphiInterface.
ReleasepublicRelease removes its references to the underlying interface class.