@@ -189,7 +189,7 @@ TWinControlHelper = class helper for TWinControl
189189 asExportSQLDatabase, asExportSQLServerDatabase, asExportSQLOutput, asExportSQLAddComments, asExportSQLRemoveAutoIncrement, asExportSQLRemoveDefiner,
190190 asGridExportWindowWidth, asGridExportWindowHeight, asGridExportOutputCopy, asGridExportOutputFile,
191191 asGridExportFilename, asGridExportRecentFiles, asGridExportEncoding, asGridExportFormat, asGridExportSelection,
192- asGridExportColumnNames, asGridExportIncludeAutoInc, asGridExportIncludeQuery, asGridExportRemoveLinebreaks,
192+ asGridExportColumnNames, asGridExportIncludeAutoInc, asGridExportIncludeQuery, asGridExportRemoveLinebreaks, asGridExportOpenFile,
193193 asGridExportSeparator, asGridExportEncloser, asGridExportTerminator, asGridExportNull,
194194
195195 asGridExportClpColumnNames, asGridExportClpIncludeAutoInc, asGridExportClpRemoveLinebreaks,
@@ -3802,6 +3802,7 @@ constructor TAppSettings.Create;
38023802 InitSetting(asGridExportIncludeAutoInc, ' GridExportAutoInc' , 0 , True);
38033803 InitSetting(asGridExportIncludeQuery, ' GridExportIncludeQuery' , 0 , False);
38043804 InitSetting(asGridExportRemoveLinebreaks, ' GridExportRemoveLinebreaks' , 0 , False);
3805+ InitSetting(asGridExportOpenFile, ' GridExportOpenFile' , 0 , False);
38053806 InitSetting(asGridExportSeparator, ' GridExportSeparator' , 0 , False, ' ;' );
38063807 InitSetting(asGridExportEncloser, ' GridExportEncloser' , 0 , False, ' ' );
38073808 InitSetting(asGridExportTerminator, ' GridExportTerminator' , 0 , False, ' \r\n' );
0 commit comments