API:Vcl.CheckLst.TCheckListBox.Sorted

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

Delphi

property Sorted: Boolean read FSorted write SetSorted default 0;

C++

__property Sorted = {default=0};

プロパティ

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

説明

リストボックスの中の項目をソートするかどうかを示します。

Vcl.CheckLst.TCheckListBox.Sorted は Vcl.StdCtrls.TCustomListBox.Sorted を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomListBox.Sorted を参照しています。

リストボックスの中の項目をソートするかどうかを示します。

Sorted を true に設定すると,項目はソートされます。Sorted が false の場合,項目はソートされません。Sorted が true の場合,項目はアルファベット順に自動的にソートされて,リストボックスに追加または挿入されます。

メモ:  Listbox のスタイルが lbVirtual または lbVirtualOwnerDraw の場合,Sorted は無効です。

関連項目