Vcl.ComCtrls.TCustomListView.UpdateColumn

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

Delphi

procedure UpdateColumn(AnIndex: Integer);

C++

void __fastcall UpdateColumn(int AnIndex);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

説明

個々のカラムの更新イベントのディスパッチャです。

UpdateColumn メソッドは,リストビュー内の列の表示プロパティが変わると自動的に呼び出されます。UpdateColumn は,Columns プロパティの AnIndex パラメータでインデックス付けされた TListColumn オブジェクトのプロパティに合うように列のイメージを調整します。

UpdateColumn は,ColumnsShowing が false を返した場合,何もしません。

関連項目