FMX.Types.TDragObject.Source

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Source: TObject;

C++

System::TObject* Source;

Properties

Type Visibility Source Unit Parent
field public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TDragObject

Description

The object that starts the drag operation.

The Source object and the target objects should have a similar component that can be assigned.

See Also