FMX.Forms.TCommonCustomForm.BeginInternalDrag

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Beschreibung

Implementiert die Funktionalität zum Starten der Drag&Ddrop-Operation für das angegebene Objekt auf die Oberfläche des angegebenen Formulars.

ABitmap gibt das Bild an, das beim Ziehen des im Parameter Source angegebenen Objekts angezeigt wird.

Siehe auch