TEvent Class
Represents type TEvent
.
type TEvent = class(TEventBase, TProc) end;
The TEvent type exposes the following members.
Name | Description | |
---|---|---|
Create(PTypeInfo) | Initializes a new instance of the TEvent class. | |
Destroy | Represents the destructor of the TEvent class. (Overrides TEventBase.Destroy.) |
Name | Description | |
---|---|---|
CanInvoke | Returns True when the event will do anything because it is Enabled and contains any event handler. Otherwise returns False. (Inherited from TEventBase.) | |
Enabled | Gets the value indicates whether the multicast event is enabled, or sets the value to enable or disable the event. (Inherited from TEventBase.) | |
Handlers | Represents property | |
OnChanged | Represents property |
Name | Description | |
---|---|---|
Add(TMethodPointer) | Represents method | |
Clear | Clears all event handlers. (Inherited from TEventBase.) | |
InternalInvoke(Pointer,Integer) | Represents method | |
Invoke | Represents method | |
Notify(TObject,TMethodPointer,TCollectionNotification) | Represents method | |
Remove(TMethodPointer) | Represents method | |
RemoveAll(Pointer) | Removes all event handlers which were registered by an instance. (Inherited from TEventBase.) |
Name | Description | |
---|---|---|
fInvocations | Represents field | |
fInvoke | Represents field | |
fTypeInfo | Represents field |