Show: Delphi C++
Display Preferences

Vcl.Controls.TWinControl.OnDockDrop

From XE2 API Documentation
Jump to: navigation, search

Delphi

property OnDockDrop: TDockDropEvent read FOnDockDrop write FOnDockDrop;

C++

__property TDockDropEvent OnDockDrop = {read=FOnDockDrop, write=FOnDockDrop};

Contents

Properties

Type Visibility Source Unit Parent
event protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

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


Personal tools
Previous Versions
Translations