Vcl.Controls.TDragDockObject.DockRect
Delphi
property DockRect: TRect read FDockRect write FDockRect;
C++
__property System::Types::TRect DockRect = {read=FDockRect, write=FDockRect};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TDragDockObject |
Description
Specifies the rectangle on which the control is docked if released.
Use DockRect to determine the rectangle on which the control is docked if released.
Code Examples