Vcl.Controls.TWinControl.DoDockOver

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoDockOver(Source: TDragDockObject; X, Y: Integer; State: TDragState;
var Accept: Boolean); dynamic;

C++

DYNAMIC void __fastcall DoDockOver(TDragDockObject* Source, int X, int Y, System::Uitypes::TDragState State, bool &Accept);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Génère un événement OnDockOver.

La méthode DoDockOver est appelée par la méthode DockOver pour générer un événement OnDockOver quand l'utilisateur déplace un contrôle ancrable au-dessus du contrôle fenêtré. Surchargez cette méthode pour effectuer d'autres actions ou pour inhiber l'événement.

Voir aussi