Show: Delphi C++
Display Preferences

FMX.ExtCtrls.TDropTarget

From XE3 API Documentation
Jump to: navigation, search

FMX.Types.TTextControlFMX.Types.TStyledControlFMX.Types.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TDropTarget

Delphi

TDropTarget = class(TTextControl)

C++

class PASCALIMPLEMENTATION TDropTarget : public Fmx::Types::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

Personal tools
Translations