Vcl.Controls.TCMDockNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCMDockNotification = record

C++

struct DECLSPEC_DRECORD TCMDockNotification
{
public:
    unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
    TControl* Client;
    TDockNotifyRec *NotifyRec;
    NativeInt Result;
};

Properties

Type Visibility Source Unit Parent
record
struct
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.


See Also