[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomDockForm.DoRemoveDockClient

Closes (releases) the form after the last client has been undocked.

Declaration

Source position: forms.pp line 899

protected procedure TCustomDockForm.DoRemoveDockClient(

  Client: TControl

); override;

See also

TWinControl.DoRemoveDockClient

  

Override this method to take special actions on removal of an docked client.