[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The number of visible columns in the collection.
Source position: grids.pas line 671
public property TGridColumns.VisibleCount : Integer |
VisibleCount is a read-only Integer property with the number of visible TGridColumn instances in the collection. In the current LCL version, the property contains the value for the Count property in the collection. In prior LCL versions, the value was calculated as the number of TGridColumn instances in Items with their Visible properties set to True.
|
True if the column is visible (not hidden) on the Grid control. |
|
Version 4.0 | Generated 2025-05-03 | Home |