[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the prefix option for the title in the specified column number.
Source position: grids.pas line 1097
protected function TCustomGrid.GetTitleShowPrefix( |
Column: Integer |
):Boolean; |
Column |
|
Column number examined in the method. |
True when the TGridColumn is configured to use prefixes.
GetTitleShowPrefix determines whether the DT_NOPREFIX DrawText flag is included in the Canvas text style for the specified column. When GetTitleShowPrefix returns False, the DT_NOPREFIX flag in included in the text style.
GetTitleShowPrefix is called from the PrepareCanvas method when drawing a cell in the fixed rows for the grid.