FMX.Types.IRoot.BeginInternalDrag
Delphi
procedure BeginInternalDrag(const Source: TObject; const ABitmap: TObject);
C++
virtual void __fastcall BeginInternalDrag(System::TObject* const Source, System::TObject* const ABitmap) = 0 ;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IRoot |
Beschreibung
Beginnt die Drag&Drop-Operation für das angegebene Objekt.
ABitmap gibt das Bild an, das beim Ziehen angezeigt wird.
Source gibt das Objekt an, das gezogen werden soll.
Implementieren Sie BeginInternalDrag, um die Drag&Drop-Operation für das Objekt im Formular zu beginnen.