We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d207a4 commit 85dd984Copy full SHA for 85dd984
source/column_selection.pas
@@ -89,6 +89,7 @@ procedure TfrmColumnSelection.btnOKClick(Sender: TObject);
89
i: Integer;
90
Col: String;
91
begin
92
+ AppSettings.WriteBool(asDisplayedColumnsSorted, chkSort.Checked);
93
AppSettings.WriteBool(asShowRowId, chkShowRowId.Checked);
94
// Prepare string for storing in registry.
95
// Use quote-character as separator to ensure columnnames can
0 commit comments