VCL Delphi

Title: How to Get a PopupMenuItems Parent
procedure TForm1.PopupMenu1Popup(Sender:TObject);
begin
Label1.Caption:=PopupMenu1.PopupComponent.Name;
end;