[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.EditingAllowed

Indicates if the grid and specified column allow editing.

Declaration

Source position: grids.pas line 1078

protected function TCustomGrid.EditingAllowed(

  ACol: Integer = - 1

):Boolean; virtual;

Arguments

ACol

  

Column number examined in the method.

Function result

Returns True if both the grid and the current column allow editing.

Description

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