Vcl.ComCtrls.TCustomListView.UpdateColumns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateColumns;

C++

void __fastcall UpdateColumns();

Properties

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

Description

General column update event dispatcher.

UpdateColumns is called automatically when the properties of several columns in the list view change. UpdateColumn adjusts the image of every column to match the properties of the corresponding TListColumn object listed in the Columns property.

UpdateColumns does nothing if ColumnsShowing returns false.

See Also