[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the grid and specified column allow editing.
Source position: grids.pas line 1078
protected function TCustomGrid.EditingAllowed( |
ACol: Integer = - 1 |
):Boolean; virtual; |
ACol |
|
Column number examined in the method. |
Returns True if both the grid and the current column allow editing.
Returns True if both the grid and the specified column allow editing. The return value is True when all of the following conditions are satisfied:
Version 4.0 | Generated 2025-05-03 | Home |