[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TGridColumns.VisibleCount

The number of visible columns in the collection.

Declaration

Source position: grids.pas line 671

public property TGridColumns.VisibleCount : Integer
  read GetVisibleCount;

Description

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.

See also

TGridColumn.Visible

  

True if the column is visible (not hidden) on the Grid control.

TCollection.Count


Version 4.0 Generated 2025-05-03 Home