API:FMX.ListView.TListViewBase.CanObserve
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.ListView.pas FMX.ListView.hpp |
FMX.ListView | TListViewBase |
Description
Checks if a component can be observed by a particular observer.
FMX.ListView.TListViewBase.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.