Vcl.ComCtrls.TCustomHeaderControl.DragReorder

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property DragReorder: Boolean read FDragReorder write SetDragReorder default False;

C++

__property bool DragReorder = {read=FDragReorder, write=SetDragReorder, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

説明

ヘッダーを再配列できるようにします。

DragReorder プロパティが true(デフォルトは false)の場合,ヘッダーをドラッグするとヘッダーを再配列できます。

関連項目