Vcl.StdCtrls.TCustomComboBox.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.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Description

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

Vcl.StdCtrls.TCustomComboBox.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