Vcl.ComCtrls.TCustomListView.UpdateGroup

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

Delphi

procedure UpdateGroup(AnIndex: Integer);

C++

void __fastcall UpdateGroup(int AnIndex);

プロパティ

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

説明

指定されたグループの下のすべての項目を更新します。

UpdateGroup を呼び出すと、AnIndex で指定したインデックスを持つグループに所属する項目が更新されます。

関連項目