Event<T> Record
Definition
Delphi
type Event<T> = record
Type Parameters
- T
Properties
| CanInvoke | |
| Enabled | |
| Invoke | |
| OnChanged | |
| UseFreeNotification |
Specifies if the event internally tracks if the event handlers are implemented by a TComponent descendant and automatically unsubscribes those when the implementing component is being destroyed. |