Vcl.Forms.TCustomDockForm.DoRemoveDockClient

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoRemoveDockClient(Client: TControl); override;

C++

DYNAMIC void __fastcall DoRemoveDockClient(Vcl::Controls::TControl* Client);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomDockForm

Beschreibung

Führt bestimmte Aktionen aus, wenn ein Steuerelement vom Dock-Formular getrennt wird.

Client ist das Steuerelement, das getrennt wird.

DoRemoveDockClient ruft die geerbte Version von DoRemoveDockClient auf. Wenn das Dock-Formular keine Clients mehr enthält, ruft DoRemoveDockClient die Methode Release auf.

Siehe auch