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

PEventHandler

Pointer to an event handler routine.

Declaration

Source position: interfacebase.pp line 37

type PEventHandler = type Pointer;

Description

PEventHandler is an alias to the Pointer type. It is used in widgetset class to add or remove event handlers in the class instance.

Version 4.6 Hosted on Source Forge