Vcl.Controls.TDockNotifyRec

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TDockNotifyRec = record

C++

struct DECLSPEC_DRECORD TDockNotifyRec
{
public:
    unsigned ClientMsg;
#ifndef _WIN64
    unsigned MsgWParam;
    int MsgLParam;
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller ClientMsgFiller;
    unsigned __int64 MsgWParam;
    __int64 MsgLParam;
#endif /* _WIN64 */
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TDockNotifyRec représente les informations provenant d'un message de notification d'ancrage Windows, et PDockNotifyRec est un pointeur sur une valeur TDockNotifyRec.

ClientMsg est l'identificateur du message Windows.

MsgWParam est le WParam du message.

MsgLParam est le LParam du message.