[Lazarus] Visual form inheritance and importing Delphi forms ???

Graeme Geldenhuys graemeg.lists at gmail.com
Tue Mar 4 21:07:52 CET 2008


On 04/03/2008, Bogusław Brandys <brandys at o2.pl> wrote:
>
>  What can I do to fix it ?
>
>
>  Here is the inherited form declaration (quite big so I placed it at the
>  end of this email) :
>
>   TInstantAttributeEditorForm = class(TInstantEditForm)


VFI is not 100% in Lazarus as you have experienced...
Edit the first line in the  *.lfm file to say 'inherited'.  Look at
the Delphi *.dfm file for the correct format of that line.  I think
that should do the trick.


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/




More information about the Lazarus mailing list