FMX.Types.IRoot.BeginInternalDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginInternalDrag(const Source: TObject; const ABitmap: TObject);

C++

virtual void __fastcall BeginInternalDrag(System::TObject* const Source, System::TObject* const ABitmap) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IRoot

Description

Start the drag-and-drop operation for the specified object.

ABitmap specifies the image that will be displayed while dragging.

Source specifies the object to be dragged.

Implement BeginInternalDrag in order to start the drag-and-drop operation for the given object on the surface of the given form.

See Also