[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates whether the column is visible on its list view control.
Source position: comctrls.pp line 1253
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 of the change when its handle has been allocated.
|
Collection with the column definitions for the list view control (size, alignment, image index, etc.). |
Version 4.0 | Generated 2025-05-03 | Home |