Indicates whether the column is visible on the associated list view control.
Source position: comctrls.pp line 1243
published property TListColumn.Visible : Boolean |
Visible is a Boolean property which indicates if the column is visible on the list view control where it is defined. The default value for the property is True.
Changing the property value causes the item to updated in its collection, and any observers are notified of the change. The widgetset class instance is also notified when its handle has been allocated.