System.DelphiInterface.operator !

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool operator ! () const

Properties

Type Visibility Source Unit Parent
function public systobj.h System DelphiInterface


Description

Indicates whether the DelphiInterface object represents a NULL interface.

The ! operator ! returns True if the DelphiInterface object represents a NULL interface, and False otherwise.