API:Vcl.Controls.TCMChildKey
Delphi
TCMChildKey = record
Msg: Cardinal;
MsgFiller: TDWordFiller;
CharCode: Word;
CharCodeFiller: TWordFiller;
Sender: TWinControl;
Result: LRESULT;
end;
C++
struct DECLSPEC_DRECORD TCMChildKey
{
public:
unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
System::Word CharCode;
Winapi::Messages::TWordFiller CharCodeFiller;
TWinControl* Sender;
NativeInt Result;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
Embarcadero Technologies does not currently have any additional information.