[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#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.0 Generated 2025-05-03 Home