API:FMX.Edit.TCustomEdit.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
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

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

FMX.Edit.TCustomEdit.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