Vcl.Controls.TWinControl.DockSite
Delphi
property DockSite: Boolean read FDockSite write SetDockSite default False;
C++
__property bool DockSite = {read=FDockSite, write=SetDockSite, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
Description
Specifies whether the control can be the target of drag-and-dock operations.
Set DockSite to true to allow other controls to be docked to this windowed control.
Code Examples