Vcl.ControlList.TControlListCheckBox.CanObserve
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 を参照しています。
コンポーネントが特定のオブザーバーによって監視できるかどうかを確認します。