[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies the control to be replaced subsequently.
Source position: controls.pp line 523
public procedure TDockManager.SetReplacingControl( |
Control: TControl |
); virtual; |
This method is called by ReplaceDockedControl, to announce a pending replacement of Control by another control. The next RemoveControl should be ignored, and InsertControl should only exchange the controls, without reorganizing the layout of the docksite. When Control is Nil, this call signals the end of the exchange [obsolete].
|
Position DropCtl relative Control, using the alignment specified by InsertAt. |
|
|
Removes the undocked control from the docksite layout. |
lazarus-ccr.sourceforge.net |