Class TSimpleNotifyEventList
Unit
Declaration
type TSimpleNotifyEventList = class(specialize TMethodList<TSimpleNotifyEvent>)
Description
List of TSimpleNotifyEvent, a callback that can be any method that doesn't take any parameters.
Source: base/castleclassutils.pas (line 996).
Hierarchy
- TObject
- TList
- TMethodList
- TSimpleNotifyEventList
Overview
Methods
| Public | procedure ExecuteAll; |
| Public | procedure Pack; |
| Public | procedure Unassign(const Event: TSimpleNotifyEvent); |
Description
Methods
| Public | procedure ExecuteAll; |
|
Call all (assigned) Items, from first to last. | |
| Public | procedure Pack; |
|
Remove all unassigned items. | |
| Public | procedure Unassign(const Event: TSimpleNotifyEvent); |
|
| |
Generated by PasDoc 1.0.4.