'Delphi: how to identify which panel called Form2

I have 16 TPanels on Form1 and OnDblClick event they call Form2 ( form2.Show; ). working with Form2, I want to know, which of panel(TPanel name) have called Form2

PS: using Tag property can identify tag number, but I need edit1.text to show the name of panel



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source