Vcl.ComCtrls.TListItem.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update;

C++

void __fastcall Update();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItem

Description

Updates the image of the list item in the list view display.

Call Update to update the image of the list view to reflect any changes made to the list item. Changing the Caption, position, or state of the list item automatically updates the list item's image.

See Also