Show column comments as hints on data grid header. Fixes issue #1535.

This commit is contained in:
Ansgar Becker
2009-12-15 20:02:09 +00:00
parent d100a9f029
commit ddf6cf908d

View File

@ -3187,6 +3187,7 @@ begin
DataGridResult.Columns[idx].Name := Column.Name;
col := DataGrid.Header.Columns.Add;
col.Text := Column.Name;
col.Hint := Column.Comment;
col.Options := col.Options + [coSmartResize];
if not visible then col.Options := col.Options - [coVisible];
// Sorting color and title image