Indicates if the DataLink is active and allows editing in the grid control.
Source position: dbgrids.pas line 479
protected function TCustomDBGrid.GridCanModify: Boolean; |
True when the grid can be modified.
GridCanModify indicates if the DataLink is active, and allows editing. The return value is True when all of the following conditions are satisfied:
GridCanModify is called from the KeyDown method, and used in the implementation of private methods in the grid control.
| Version 4.4 | Generated 2025-11-08 | Home |