FMX.StdCtrls.TGroupBox.EnableDragHighlight

From RAD Studio API Documentation

Delphi

property EnableDragHighlight: Boolean read FEnableDragHighlight write FEnableDragHighlight default 1;

C++

__property EnableDragHighlight = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TGroupBox

Description

Specifies whether the control is highlighted when the dragged object is over it. {{#multireplace:FMX.StdCtrls.TGroupBox.EnableDragHighlight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.EnableDragHighlight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.EnableDragHighlight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies whether the control is highlighted when the dragged object is over it.

See Also