Vcl.Controls.TCMEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCMEnter = TWMNoParams;

C++

typedef Winapi::Messages::TWMNoParams TCMEnter;

Properties

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

Description

TCMEnter is a record used by the CM_ENTER message.

TCMEnter is an alias for the TWMNoParams type. TCMEnter is used by the CM_ENTER message.


The following table lists the fields of TCMEnter:

Field Meaning

Msg

Represents the Windows message code.

Unused

Unused.

Result

Holds the value returned by the application processing the message.


See Also