Class TNodeDestructionNotificationList
Unit
Declaration
type TNodeDestructionNotificationList = class(specialize TMethodList<TNodeDestructionNotification>)
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).
Source: scene/x3d/x3dnodes_destructionnotification.inc (line 21).
Hierarchy
- TObject
- TList
- TMethodList
- TNodeDestructionNotificationList
Overview
Methods
| Public | procedure ExecuteAll(const Node: TX3DNode); |
Description
Methods
| Public | procedure ExecuteAll(const Node: TX3DNode); |
|
Call all functions. Source: scene/x3d/x3dnodes_destructionnotification.inc (line 24). | |
Generated by PasDoc 0.17.0.snapshot.