Vcl.ComCtrls.TCustomListView.ColumnsShowing
Delphi
function ColumnsShowing: Boolean;
C++
bool __fastcall ColumnsShowing(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomListView |
Description
Indicates whether the ViewStyle property is vsReport.
Call ColumnsShowing to determine whether the list view displays its items in columns. ColumnsShowing returns true if the value of ViewStyle is vsReport, false otherwise.