Vcl.ComCtrls.TCustomListView.Column

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

Delphi

property Column[Index: Integer]: TListColumn read GetColumnFromIndex;

C++

__property TListColumn* Column[int Index] = {read=GetColumnFromIndex};

プロパティ

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

説明

Index パラメータで指定された列を説明します。

Column は,レポートスタイルのリストビューで列の列属性を保持する TListColumn オブジェクトにアクセスできます。Index パラメータは Column プロパティ配列内での列のインデックスです。

メモ:  ColumnViewStyle プロパティの値が vsReport の場合にのみ有効です。

関連項目