[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the Field for the column is Visible.
Source position: dbgrids.pas line 275
protected function TColumn.GetDefaultVisible: Boolean; override; |
True when the Field for the column is visible.
GetDefaultVisible is an overridden Boolean function that indicates if the Field for the column is Visible. GetDefaultVisible uses Field to get its Visible property for use as the return value in the method. If Field has not been assigned in the column, the return value is True.
|
Gets the default value for the Visible property. |
Version 4.0 | Generated 2025-05-03 | Home |