API:Vcl.ValEdit.TValueListEditor.ColCount
Delphi
property ColCount read GetColCount;
C++
__property ColCount = {read=GetColCount, default=5};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ValEdit.pas Vcl.ValEdit.hpp |
Vcl.ValEdit | TValueListEditor |
Description
Specifies the number of columns in the grid.
Vcl.ValEdit.TValueListEditor.ColCount inherits from Vcl.Grids.TCustomGrid.ColCount. All content below this line refers to Vcl.Grids.TCustomGrid.ColCount.
Specifies the number of columns in the grid.
Read ColCount to determine the number entries in the ColWidths array. Set ColCount to add or delete columns at the right side of the grid. The value of ColCount includes any fixed columns at the left of the grid as well as the scrollable columns in the body of the grid.
See Also
Code Examples