Default width for edit control buttons in a grid.
Source position: grids.pas line 76
const DEFBUTTONWIDTH = 25; |
DEFBUTTONWIDTH is a constant that contains the default width for the button displayed in a grid cell editor. The value for the constant is 25 (pixels). DEFBUTTONWIDTH is used when setting the bounds for TButtonCellEditor controls.
|
The editor used for button-style cells in a grid. |
| Version 4.4 | Generated 2025-11-08 | Home |