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

TColumn.DesignIndex

Order for the column in its collection at design-time

Declaration

Source position: dbgrids.pas line 292

public property TColumn.DesignIndex : Integer
  read FDesignIndex;

Description

DesignIndex is a read-only Integer property that contains the order for the column in its collection at design-time. The value in DesignIndex is used primarily when TDBGridColumns.ResetColumnsOrder compares and sorts the items in its collection.

See also

#lcl.DBGrids.TColumn.Create

  

Constructor for the TColumn instance

#lcl.DBGrids.TDBGridColumns.ResetColumnsOrder

  

ResetColumnsOrder arranges columns in the collection to the specified order

#lcl.DBGrids.CompareDesignIndex

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