DoAddDockClient creates a new tab sheet in the PageControl, places the client on it and aligns it.
Source position: comctrls.pp line 589
protected procedure TPageControl.DoAddDockClient( |
Client: TControl; |
const ARect: TRect |
); override; |
Client cannot be added directly to TPageControl, but a new tab sheet should be added and client placed on it.
|
Adjust the Parent of a newly docked Client. |
| Version 4.4 | Generated 2025-11-08 | Home |