Vcl.ControlList.TControlListCheckBox.CanObserve

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

Delphi

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

C++

virtual bool __fastcall CanObserve(const int ID);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TControlListCheckBox

説明

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

Vcl.ControlList.TControlListCheckBox.CanObserve は System.Classes.TComponent.CanObserve を継承しています。以下の内容はすべて System.Classes.TComponent.CanObserve を参照しています。


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

関連項目