Vcl.Forms.TCustomDockForm.GetSiteInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure GetSiteInfo(Client: TControl; var InfluenceRect: TRect;
MousePos: TPoint; var CanDock: Boolean); override;

C++

DYNAMIC void __fastcall GetSiteInfo(Vcl::Controls::TControl* Client, System::Types::TRect &InfluenceRect, const System::Types::TPoint &MousePos, bool &CanDock);

Eigenschaften

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

Beschreibung

Gibt Docking-Informationen für das Dock-Formular zurück.

GetSiteInfo überschreibt die geerbte Methode und setzt CanDock auf true, wenn das Dock-Formular einen oder mehrere Clients enthält.

Siehe auch