FMX.Forms.TCommonCustomForm.BeginInternalDrag
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.