Vcl.Controls.TDockNotifyRec

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TDockNotifyRec = record
    ClientMsg: Cardinal;
    ClientMsgFiller: TDWordFiller;
    MsgWParam: WPARAM;
    MsgLParam: LPARAM;
  end;

C++

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

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.