Vcl.Controls.TCMActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TCMActivate = TWMNoParams;

C++

typedef Winapi::Messages::TWMNoParams TCMActivate;

Properties

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

Description

TCMActivate is a record used by the CM_ACTIVATE message.

TCMActivate is an alias for the TWMNoParams type. TCMActivate is used by the CM_ACTIVATE message.


The following table lists the fields of TCMActivate:

Field Meaning

Msg

Represents the Windows message code.

Unused

Unused.

Result

Holds the value returned by the application processing the message.


See Also