FMX.ExtCtrls.TDropTarget

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TTextControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDropTarget

Delphi

TDropTarget = class(TTextControl)

C++

class PASCALIMPLEMENTATION TDropTarget : public Fmx::Controls::TTextControl

Properties

Type Visibility Source Unit Parent
class public
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls FMX.ExtCtrls

Description

Represents a drop target for TDragObjects.

A drag-and-drop operation on a TDropTarget triggers its OnDropped event if the type of TDragObject passes the defined filters.

You can limit the kinds of TDragObjects that trigger the OnDragDrop and OnDropped events by specifying the Filter and FilterIndex properties.

See Also

Code Examples