[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the value for the ColCount property.
Source position: valedit.pas line 171
protected procedure TValueListEditor.SetColCount( |
AValue: Integer |
); override; |
AValue |
|
New value for the ColCount property. |
SetColCount is an overridden method in TValueListEditor used to set the value for the ColCount property. It raises an EGridException exception if the property is set to any value other than 2.
|
Number of columns in the grid. |
|
|
Sets the value in the ColCount property. |
Version 4.0 | Generated 2025-05-03 | Home |