[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the default setting for the ReadOnly flag in the specified column number.
Source position: grids.pas line 1100
protected function TCustomGrid.GetDefaultColumnReadOnly( |
Column: Integer |
):Boolean; virtual; |
Column |
|
Ordinal position for the column definition examined in the method. |
Always returns False in TCustomGrid; overridden in descendent classes.
|
Gets the default ReadOnlyvalue for the specified column. |
|
Version 4.0 | Generated 2025-05-03 | Home |