Vcl.DockTabSet.TDockTabSet.DockSite

From RAD Studio API Documentation

Delphi

property DockSite: Boolean read FDockSite write SetDockSite default 1;

C++

__property DockSite = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DockTabSet.pas
Vcl.DockTabSet.hpp
Vcl.DockTabSet TDockTabSet

Description

Specifies whether the control can be the target of drag-and-dock operations. {{#multireplace:Vcl.DockTabSet.TDockTabSet.DockSite|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TWinControl.DockSite|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TWinControl.DockSite|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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