Vcl.ComCtrls.TCustomListView.ColumnsShowing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ColumnsShowing: Boolean;

C++

bool __fastcall ColumnsShowing();

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.

See Also