<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 23.10.2013 16:34, schrieb Graeme
      Geldenhuys:<br>
    </div>
    <blockquote
      cite="mid:5267de6f.4a0.29dcf400.781cfe7@geldenhuys.co.uk"
      type="cite">
      <style>
 .sw_message P{margin:0px;padding:0px;}
 .sw_message {FONT-SIZE: 12pt;FONT-FAMILY:Tahoma,Arial,Helvetica,sans-serif;background:white;}
 .sw_message blockquote{margin-left:5px;padding-left:5px;border-left:2px solid #144fae;color: #144fae;}
 .sw_message blockquote blockquote{border-left:2px solid #006312;color: #006312;}
 .sw_message blockquote blockquote blockquote{border-left:2px solid #8e5656;color: #8e5656;}
 .sw_message blockquote blockquote blockquote blockquote{border-left:2px solid #888;color: #888;}
</style>
      <div>Michael, how Delphi-compatible is it?  In Delphi I can use
        (maybe not the best example) the reference Forms.Application and
        in the project compiler settings I can say if it is the VCL or
        the FMX namespace, so it knows at compile time which Application
        global variable to use.  I personally haven't used namespaces,
        but during recent tiOPF discussions, such an example was
        presented to me - for use in a future tiOPF v4 branch (where
        namespaces will be used to differentiate between FMX, VCL etc.
        LCL and fpGUI probably too).</div>
    </blockquote>
    Specifying default namespaces (which was AFAIK introduced with XE2)
    is not yet supported in FPC though it's definitely planned to add
    support for this. Otherwise namespace support should be compatible
    to Delphi 2009.<br>
    <br>
    Regards,<br>
    Sven<br>
  </body>
</html>