Controls.TWinControl.OnDockDrop

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Controls.pas

	property OnDockDrop: TDockDropEvent read FOnDockDrop write FOnDockDrop;


Unit: Controls

Type: event

Visibility: protected

Member Of: TWinControl

C++ Information

From Controls.hpp

	__property TDockDropEvent OnDockDrop;


Unit: Controls

Type: property

Visibility: protected

Member Of: 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.

See Also

Code Samples


Personal tools
Translations
Newest Version