[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the default ReadOnlyvalue for the specifed column
Source position: dbgrids.pas line 465
protected function TCustomDBGrid.GetDefaultColumnReadOnly( |
Column: Integer |
):Boolean; override; |
Column |
|
Column number to examine |
True when the column cannot be modified
GetDefaultColumnReadOnly is an overridden Boolean function used to get the ReadOnly value for the grid control. GetDefaultColumnReadOnly determines the effective read only status for the control using the ReadOnly property as well as the DataLink property and the TField used for the specified column.
lazarus-ccr.sourceforge.net |