Procedural Types (Delphi)

Procedural types allow you to treat procedures and functions as values that can be assigned to variables or passed to other procedures and functions.

This topic does not refer to the newer type of procedural type used with anonymous methods, that is, a "reference to a procedure". See Anonymous Methods in Delphi.

Contents