On 11/2/06, DarekM <[EMAIL PROTECTED]> wrote:
uses
{$IFDEF XHTML}
xlForm,
...
{$ELSE}
form, controls,

{$ENDIF}

This can be good to start with, but the ideal way would be to create a
new interface for Lazarus. This way you don't need any IFDEFs and can
use the form designer, etc.

The process of creating a new widgetset is documented here:

http://wiki.lazarus.freepascal.org/LCL_Internals

--
Felipe Monteiro de Carvalho

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to