Unit 'LCLMessageGlue' Package
[Overview][Procedures and functions][Index] [#lcl]

LCLSendSetFocusMsg

Sends a LM_SETFOCUS message to the target control.

Declaration

Source position: lclmessageglue.pas line 38

function LCLSendSetFocusMsg(

  const Target: TControl

):PtrInt;

Arguments

Target

  

The control where the message is sent.

Function result

Pointer to the Integer result code for the message. 0 indicates the message was accepted. A non-zero value indicates the message was rejected.

Description

Calls SendSimpleMessage to send the message to the target.


Version 4.4 Generated 2025-11-08 Home