System.Classes.TComponent.CanObserve

提供:RAD Studio API Documentation

Delphi

function CanObserve(const ID: Integer): Boolean; virtual;

C++

virtual bool __fastcall CanObserve(const int ID);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Classes.pas
System.Classes.hpp
System.Classes TComponent


説明

コンポーネントが特定のオブザーバーによって監視できるかどうかを確認します。

関連項目