Lazarus 1.6,FPC 3.0,sqlite3.8.3.1
Have table works fine in grid and other functions work OK
Want to set the column widths for each colum,
A statement; Form1.DBGrid1.columns[4].width := 112; has no effect on the
column width. Works fine using a Tdbf table but not for SQLite.
Anyone have an answer or a solution?
Or is the only to change the columne through the sqlite dot commands
Thanks