Vcl.Controls.TCMExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCMExit = TWMNoParams;

C++

typedef Winapi::Messages::TWMNoParams TCMExit;

Properties

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

Description

TCMExit is a record used by the CM_EXIT message.

TCMExit is an alias for the TWMNoParams type. TCMExit is used by the CM_EXIT message.


The following table lists the fields of TCMExit:

Field Meaning

Msg

Represents the Windows message code.

Unused

Unused.

Result

Holds the value returned by the application processing the message.


See Also