Vcl.ComCtrls.TCustomListView.UpdateItems

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

Delphi

procedure UpdateItems(FirstIndex, LastIndex: Integer);

C++

void __fastcall UpdateItems(int FirstIndex, int LastIndex);

プロパティ

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

説明

FirstIndex から LastIndex までの範囲の項目を再描画します。

UpdateItems は,指定した範囲のリスト項目の表示イメージに影響する変更を行った後に呼び出します。

関連項目