Show: Delphi
C++
Display Preferences
Vcl.Controls.TCMDockNotification
From XE2 API Documentation
Delphi
TCMDockNotification = record Msg: Cardinal; MsgFiller: TDWordFiller; Client: TControl; NotifyRec: PDockNotifyRec; Result: LRESULT; end;
C++
struct DECLSPEC_DRECORD TCMDockNotification{ public: unsigned Msg; TControl* Client; TDockNotifyRec *NotifyRec; int Result; };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
struct class |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
TCMDockNotification is used with a CM_DOCKNOTIFICATION message.
An object of type TCMDockNotification is used with a CM_DOCKNOTIFICATION message.
The following table lists the fields contained by TCMDockNotification:
| Field | Meaning |
|---|---|
|
Msg |
Represents the Windows message code. |
|
Client |
Specifies the control in which another control is docked. |
|
NotifyRec |
Is a pointer to a structure that contains the rectangle's information. |
|
Result |
Holds the value returned by the application processing the message. |
The TCMDockNotification type is used internally.