Class TNotifyEventList

Unit

Declaration

type TNotifyEventList = class(specialize TMethodList<TNotifyEvent>)

Description

List of TNotifyEvent, standard type that defines a callback that can be any method with a "Sender: TObject" parameter.

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

Hierarchy

Show Additional Members:

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 985).

Public procedure ExecuteForward(Sender: TObject);

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

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

Public procedure ExecuteBackward(Sender: TObject);

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

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


Generated by PasDoc 1.0.4.