Vcl.Controls.PDockNotifyRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PDockNotifyRec = ^TDockNotifyRec;

C++

typedef TDockNotifyRec *PDockNotifyRec;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Pointer to a TDockNotifyRec record.

TDockNotifyRec represents the information from a Windows docking notification message.

See Also