[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the column collection is enabled.
Source position: grids.pas line 672
public property TGridColumns.Enabled : Boolean |
Enabled is a read-only Boolean property which indicates if columns in the collection can be used in the associated Grid control. Enabled is True when Count contains a value greater than 0 (zero). Please note: In prior LCL versions, the value in VisibleCount was checked to determine the Enabled state. In the current LCL version, VisibleCount and Count return the same value.
|
The Grid which owns the collection and columns. |
|
|
Provides indexed access to column definitions in the collection. |
|
Version 4.0 | Generated 2025-05-03 | Home |