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

TCMChildKey

Declaration

Source position: controls.pp line 148

type TCMChildKey = record

  Msg: Cardinal;

  

  UnusedMsg: Cardinal;

  Unused: Word;

  CharCode: Word;

  

VK_XXX constants for TLMKeyDown/Up, ASCII for TLMChar.

  Unused2: LongInt;

  Sender: TWinControl;

  

  Result: LRESULT;

  

end;

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