[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the default value for the ReadOnly property.
Source position: dbgrids.pas line 277
protected function TColumn.GetDefaultReadOnly: Boolean; override; |
Effective value for the ReadOnly property.
GetDefaultReadOnly is an overridden Boolean function which gets the default value for the ReadOnly property. GetDefaultReadOnly combines the ReadOnly values found in both the Grid and the Field for the dataset to derive the value for the method. The return value is True when Grid or Field is not assigned for the column.
|
Indicates if modifications are allowed in the grid control. |
|
Version 4.0 | Generated 2025-05-03 | Home |