RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DelphiInterface::! Operator

Indicates whether the System::DelphiInterface::DelphiInterface object represents a NULL interface.

Pascal
operator !;
C++
bool operator !() const;

The ! System::DelphiInterface::! returns true if the System::DelphiInterface::DelphiInterface object represents a NULL interface, and false otherwise. 

 

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