Vcl.Forms.TForm.DockSite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DockSite: Boolean read FDockSite write SetDockSite default 0;

C++

__property DockSite = {default=0};

Properties

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

Description

Specifies whether the control can be the target of drag-and-dock operations.

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

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