Add context menu on foreign key list header. See https://www.heidisql.com/forum.php?t=36014

This commit is contained in:
Ansgar Becker
2020-04-09 19:38:22 +02:00
parent 4470ca6c05
commit 2b07c279eb

View File

@@ -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]