Class TSimpleNotifyEventList
Unit
Declaration
type TSimpleNotifyEventList = class(specialize TMethodList<TSimpleNotifyEvent>)
Description
This item has no description. Showing description inherited from TMethodList.
List of methods (callbacks "of object"). This is just TList class from Generics.Collections, with some useful helpers.
In practice, for now, this just fixes the list for CASTLE_LIST_METHODS_WORKAROUND (avoids FPC 3.2.3 issues on 32-bit Arm).
Hierarchy
- TObject
- TList
- TMethodList
- TSimpleNotifyEventList
Overview
Methods
![]() |
procedure ExecuteAll; |
![]() |
procedure Pack; |
![]() |
procedure Unassign(const Event: TSimpleNotifyEvent); |
Description
Methods
![]() |
procedure ExecuteAll; |
|
Call all (assigned) Items, from first to last. | |
![]() |
procedure Pack; |
|
Remove all unassigned items. | |
![]() |
procedure Unassign(const Event: TSimpleNotifyEvent); |
|
| |
Generated by PasDoc 0.16.0-snapshot.
