API:DesignIntf.TDragTarget.DragOver

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DragOver(Target, Source: TObject; X, Y: Integer;  State: TDragState): Boolean; virtual; abstract;

C++

virtual bool __fastcall DragOver(System::TObject* Target, System::TObject* Source, int X, int Y, System::Uitypes::TDragState State) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TDragTarget

Description

Embarcadero Technologies does not currently have any additional information.