Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.GetDefaultColumnReadOnly

Gets the default setting for the ReadOnly flag in the specified column number.

Declaration

Source position: grids.pas line 1100

protected function TCustomGrid.GetDefaultColumnReadOnly(

  Column: Integer

):Boolean; virtual;

Arguments

Column

  

Ordinal position for the column definition examined in the method.

Function result

Always returns False in TCustomGrid; overridden in descendent classes.

See also

TCustomDBGrid.GetDefaultColumnReadOnly

  

Gets the default ReadOnlyvalue for the specified column.

TField.ReadOnly


Version 4.4 Generated 2025-11-08 Home