Class TProcedureList

Unit

Declaration

type TProcedureList = class(specialize TList<TProcedure>)

Description

List of TProcedure, a standard callback that can be any procedure (not a method of object) that doesn't take any parameters.

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

Hierarchy

  • TObject
  • TList
  • TProcedureList
Show Additional Members:

Overview

Methods

Public procedure ExecuteAll;

Description

Methods

Public procedure ExecuteAll;

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

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


Generated by PasDoc 1.0.4.