FMX.Forms.TCommonCustomForm.BeginInternalDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Implements functionality to start the drag-and-drop operation for the given object on the surface of the given form.

ABitmap specifies the image that will be displayed while dragging the object specified by the Source parameter.

See Also