Title: How to set the number of fixed columns in a TDBGridprocedure TForm1.Button1Click(Sender: TObject);beginTStringGrid(DbGrid1).FixedCols := 2;end;