[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the default display format for the Field in a column.
Source position: dbgrids.pas line 272
protected function TColumn.GetDefaultDisplayFormat: string; |
Default display format for the Field in the column.
GetDefaultDisplayFormat is a String function used to get the default display format provided for the Field in a column definition. GetDefaultDisplayFormat uses the Field property to get its DisplayFormat for use as the return value in the method. The return value is a empty string ('') when Field has not been assigned for the column definition.
GetDefaultDisplayFormat is used in the implementation of the GetDisplayFormat method.
|
Field in the Dataset associated with this Column. |
|
|
The format to be used for display in this column. |
Version 4.0 | Generated 2025-05-03 | Home |