System.Classes.TObservers.TCanObserveEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCanObserveEvent = reference to function(const ID: Integer): Boolean;

C++

__interface TCanObserveEvent  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
System.Classes.pas
System.Classes.hpp
System.Classes TObservers

Description

Is a procedural type used by the OnCanObserve event handler.

See Also