Vcl.ExtCtrls.TImage.CanObserve

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual bool __fastcall CanObserve(const int ID);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TImage

Description

Checks if a component can be observed by a particular observer.

Vcl.ExtCtrls.TImage.CanObserve inherits from System.Classes.TComponent.CanObserve. All content below this line refers to System.Classes.TComponent.CanObserve.


Checks if a component can be observed by a particular observer.

See Also