Vcl.Forms.TForm.OnDockDrop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDockDrop: TDockDropEvent read FOnDockDrop write FOnDockDrop;

C++

__property OnDockDrop;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Occurs when another control is docked to the control.

Vcl.Forms.TForm.OnDockDrop inherits from Vcl.Controls.TWinControl.OnDockDrop. All content below this line refers to Vcl.Controls.TWinControl.OnDockDrop.

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