Vcl.ComCtrls.THeaderControl.FullDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullDrag: Boolean read FFullDrag write SetFullDrag default 1;

C++

__property FullDrag = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderControl

Description

Specifies whether headers are repainted when they are dragged.

Vcl.ComCtrls.THeaderControl.FullDrag inherits from Vcl.ComCtrls.TCustomHeaderControl.FullDrag. All content below this line refers to Vcl.ComCtrls.TCustomHeaderControl.FullDrag.

Specifies whether headers are repainted when they are dragged.

Use FullDrag to specify whether headers are repainted while they are dragged.

See Also