FMX.Platform.IFMXDragDropService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXDragDropService = interface(IInterface)

C++

__interface  INTERFACE_UUID("{73133536-5868-44B6-B02D-7364F75FAD0E}") IFMXDragDropService  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Platform service that provides support for drag-and-drop operations.

Platform Support

You can use IFMXDragDropService in both Windows and OS X.

See Also

Samples