<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    12.04.2011 21:52, Justin Smyth wrote:
    <blockquote
      cite="mid:8C55FB3DD92042968EB75C6948CD5E1D@JustinsLaptop"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <meta name="GENERATOR" content="MSHTML 8.00.7600.16722">
      <style></style>
      <div><font face="Arial" size="2">Guys.</font></div>
      <div> </div>
      <div><font face="Arial" size="2">In Delphi you can set the break
          to barbreak to break the menu in half , whats the best way (
          if possible to do this in lazarus ) ?</font></div>
    </blockquote>
    <br>
    This is a windows only feature and it is not implemented in lazarus.<br>
    <br>
    To achive the desired effect on windows you can play with
    TMenuItem.Handle and windows api in {$ifdef windows} block inside
    your application.<br>
    <br>
    Best regards,<br>
    Paul Ishenin<br>
  </body>
</html>