Vcl.ComCtrls.TCustomListView.UpdateColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateColumn(AnIndex: Integer);

C++

void __fastcall UpdateColumn(int AnIndex);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Individual column update event dispatcher.

UpdateColumn is called automatically when the display properties of a column in the list view change. UpdateColumn adjusts the image of the column to match the properties of the TListColumn object indexed by the AnIndex parameter in the Columns property.

UpdateColumn does nothing if ColumnsShowing returns false.

See Also