[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWndMethod

Method type for WindowProc handlers.

Declaration

Source position: controls.pp line 221

type TWndMethod = procedure(

  var TheMessage: TLMessage

) of object;