Vcl.Controls.TCMDialogChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TCMDialogChar = TWMKey;

C++

typedef Winapi::Messages::TWMKey TCMDialogChar;

Properties

Type Visibility Source Unit Parent
record
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TCMDialogChar is a record used by the CM_DIALOGCHAR message.

TCMDialogChar is an alias for the TWMKey type. TCMDialogChar is used by the CM_DIALOGCHAR message.


The following table lists the fields of TCMDialogChar:

Field Meaning

Msg

Represents the Windows message code.

CharCode

Specifies the virtual key code for the key pressed by the user. This is either an ANSI character or a virtual key constant, such as VK_CANCEL.

Unused

Unused.

KeyData

Indicates the repeat count, scan code, extended-key flag, context code, and so on. See the Windows help system for a keystroke message such as WM_KEYDOWN for details on the possible values.

Result

Holds the value returned by the application processing the message.


See Also