[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes the specified form from the list of docked clients, and releases the dock form when all docked clients have been removed.
Source position: forms.pp line 962
protected procedure TCustomDockForm.DoRemoveDockClient( |
Client: TControl |
); override; |
Client |
|
Client control removed from the dock list in the method. |
|
Override this method to take special actions on removal of an docked client. |
Version 4.0 | Generated 2025-05-03 | Home |