Class TNotifyEventList

Unit

Declaration

type TNotifyEventList = class(specialize TMethodList<TNotifyEvent>)

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: base/castleclassutils.pas (line 954).

Hierarchy

Overview

Methods

Public procedure ExecuteAll(Sender: TObject);
Public procedure ExecuteForward(Sender: TObject);
Public procedure ExecuteBackward(Sender: TObject);

Description

Methods

Public procedure ExecuteAll(Sender: TObject);

Call all (assigned) Items, from first to last.

Source: base/castleclassutils.pas (line 957).

Public procedure ExecuteForward(Sender: TObject);

Call all (assigned) Items, from first to last.

Source: base/castleclassutils.pas (line 960).

Public procedure ExecuteBackward(Sender: TObject);

Call all (assigned) Items, from last to first.

Source: base/castleclassutils.pas (line 963).


Generated by PasDoc 0.17.0.snapshot.