TClrCustomControl.DockReplaceDockClient(TControl,TWinControl,TControl,TAlign,TControl) Method
Invalidates the first dock site in the list of child controls.
protected function DockReplaceDockClient(Client: TControl; NewDockSite: TWinControl; DropControl: TControl; ControlSide: TAlign; ReplacementClient: TControl): Boolean; override;
Parameters
- Client
- Type: TControl
- NewDockSite
- Type: TWinControl
- DropControl
- Type: TControl
- ControlSide
- Type: TAlign
- ReplacementClient
- Type: TControl
Return Value
Type: Boolean