Vcl.ExtCtrls.TGridPanel.OnDockDrop

From RAD Studio API Documentation

Delphi

property OnDockDrop: TDockDropEvent read FOnDockDrop write FOnDockDrop;

C++

__property OnDockDrop;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TGridPanel

Description

Occurs when another control is docked to the control. {{#multireplace:Vcl.ExtCtrls.TGridPanel.OnDockDrop|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TWinControl.OnDockDrop|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TWinControl.OnDockDrop|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs when another control is docked to the control.

Write code in the OnDockDrop event to perform actions when another control is docked on the control.

OnDockDrop can only occur if DockSite is true.

OnDockDrop is an event handler of type Vcl.Controls.TDockDropEvent.

See Also

Code Examples