Vcl.ComCtrls.TListItems.BeginUpdate
Delphi
procedure BeginUpdate;
C++
void __fastcall BeginUpdate();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TListItems |
説明
EndUpdate メソッドが呼び出されるまでリストビューの更新を抑制します。
BeginUpdate メソッドは,項目のリストを複数回変更する前に呼び出します。すべての変更が完了したら,EndUpdate メソッドを呼び出して変更内容を画面に反映します。BeginUpdate メソッドと EndUpdate メソッドは,新しい項目を追加,削除,挿入したときの過剰な再描画を抑制し,処理時間を短縮します。