From 2b07c279eb2f76ab21206dac63bb5e2445c19c2e Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Thu, 9 Apr 2020 19:38:22 +0200 Subject: [PATCH] Add context menu on foreign key list header. See https://www.heidisql.com/forum.php?t=36014 --- source/table_editor.dfm | 1 + 1 file changed, 1 insertion(+) diff --git a/source/table_editor.dfm b/source/table_editor.dfm index 4cf9e203..aba0ba33 100644 --- a/source/table_editor.dfm +++ b/source/table_editor.dfm @@ -401,6 +401,7 @@ object frmTableEditor: TfrmTableEditor EditDelay = 0 Header.AutoSizeIndex = 0 Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible] + Header.PopupMenu = MainForm.popupListHeader Images = MainForm.VirtualImageListMain TabOrder = 1 TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]