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

TGridColumns.Enabled

Indicates if the column collection is enabled.

Declaration

Source position: grids.pas line 666

public property TGridColumns.Enabled : Boolean
  read GetEnabled;

Description

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 VisibleCount contains a value greater than 0 (zero).

The latest version of this document can be found at lazarus-ccr.sourceforge.net.