System.DelphiInterface.operator !

提供: RAD Studio API Documentation
移動先: 案内検索

C++

bool operator ! () const

プロパティ

種類 可視性 ソース ユニット
function public systobj.h System DelphiInterface


説明

DelphiInterface オブジェクトが NULL インターフェースを表すかどうかを示します。

! 演算子は,DelphiInterface オブジェクトが NULL インターフェースを表す場合に true を返し,それ以外の場合は false を返します。