[Overview][Constants][Types][Classes][Procedures and functions][Index] |
DoAddDockClient creates a new TabSheet in the PageControl, places the client on it and aligns it
Source position: comctrls.pp line 281
protected procedure TPageControl.DoAddDockClient( |
Client: TControl; |
const ARect: TRect |
); override; |
Client cannot be added to TPageControl itself but new TabSheet should be added and client placed onto it
|
DoAddDockClient - add the specified control as a client for docking in the specified location (Arect) |
lazarus-ccr.sourceforge.net |