TNotifyEventImpl<T> Class

Definition

Delphi
type TNotifyEventImpl<T> = class(TEventBase)

Type Parameters

T
Inheritance
TObject
TNotifyEventImpl<T>
Implements

Constants

DisabledFlag (Inherited from TEventBase)
RefCountMask (Inherited from TEventBase)
objDestroyingFlag (Inherited from TEventBase)

Constructors

Destroy (Inherited from TEventBase)

Properties

CanInvoke (Inherited from TEventBase)
Enabled (Inherited from TEventBase)
OnChanged (Inherited from TEventBase)
RefCount (Inherited from TEventBase)
UseFreeNotification (Inherited from TEventBase)

Methods

Fields

fHandlers (Inherited from TEventBase)
fInvoke (Inherited from TEventBase)
fNotificationHandler (Inherited from TEventBase)
fOnChanged (Inherited from TEventBase)
fRefCount (Inherited from TRefCountedObject)