Controls.TCMChildKey
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
TCMChildKey = record Msg: Cardinal; CharCode: Word; Unused: Word; Sender: TWinControl; Result: Integer; end;
Unit: Controls
Type: struct
C++ Information
From Controls.hpp
TCMChildKey = class
Unit: Controls
Type: class
Class Fields: Controls.TCMChildKey Fields
Description
Represents a VCL key-pressed notification.
An object of type TCMChildKey is used with a CM_CHILDKEY message. The following table lists the fields contained by TCMChildKey:
| Field | Meaning |
|---|---|
|
Msg |
Represents the Windows message code. |
|
CharCode |
Specifies the virtual code for the key pressed by the user. |
|
Unused |
Unused. |
|
Sender |
Specifies the control that sends the message. |
|
Result |
Holds the value returned by the application processing the message. |
The TCMChildKey type is used internally.