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

TControl.Perform

Direct call of an message handler, bypassing the message queue.

Declaration

Source position: controls.pp line 1590

public function TControl.Perform(

  Msg: Cardinal;

  WParam: WPARAM;

  LParam: LPARAM

):LRESULT;

Description

The parameters and result depend on the concret message.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.