RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.ColumnsShowing Method

Indicates whether the ViewStyle property is vsReport.

Pascal
function ColumnsShowing: Boolean;
C++
__fastcall Boolean ColumnsShowing();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!