FMX.Controls.TPopup.DragWithParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragWithParent: Boolean read FDragWithParent write SetDragWithParent default False;

C++

__property bool DragWithParent = {read=FDragWithParent, write=SetDragWithParent, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPopup

Description

Specifies whether the TPopup is dragged together with its parent.

If DragWithParent is set to True, TPopup is dragged too, when its parent is the target of a drag-and-drop operation. The default value is False.

For example, the TPopup of a combo box is dragged with its parent.

See Also