[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the default display format for the Field in a column
Source position: dbgrids.pas line 277
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 |
|
#lcl.DBGrids.TColumn.GetDisplayFormat |
|
Get the value for the DisplayFormat property |
#fcl.db.TField.DisplayFormat |
lazarus-ccr.sourceforge.net |