API:Vcl.Controls.TDockNotifyRec
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
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !