[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines if the current column number is defined as read-only.
Source position: grids.pas line 1075
protected function TCustomGrid.EditorIsReadOnly: Boolean; virtual; |
True if the current column is marked (or defined) as read-only.
Calls GetColumnReadonly using the value in Col as the column number.
When the Columns collection has been enabled, the ReadOnly property in the TGridColumn instance determines the return value. Otherwise, the value from GetDefaultColumnReadOnly is used as the return value (False in TCustomGrid).
Version 4.0 | Generated 2025-05-03 | Home |