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 676fcd7 commit 0ccb1acCopy full SHA for 0ccb1ac
source/column_selection.pas
@@ -94,6 +94,7 @@ procedure TfrmColumnSelection.btnOKClick(Sender: TObject);
94
i: Integer;
95
Col: String;
96
begin
97
+ AppSettings.WriteBool(asDisplayedColumnsSorted, chkSort.Checked);
98
AppSettings.WriteBool(asShowRowId, chkShowRowId.Checked);
99
// Prepare string for storing in registry.
100
// Use quote-character as separator to ensure columnnames can
0 commit comments