Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TProcedureOfObject

Type used for an object procedure that takes no arguments.

Declaration

Source position: forms.pp line 48

type TProcedureOfObject = procedure of object;

Description

TProcedureOfObject is a type which represents a parameter-less object procedure. It is used in control classes to represent an event handler which when signalled expects no arguments - not even a Sender object instance. For example: TCustomUpDown uses it for its internal mouse timer event.



CT Web help

CodeTyphon Studio