On Tue, 4 Mar 2008 22:07:52 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote:
> On 04/03/2008, Bogusław Brandys <[EMAIL PROTECTED]> 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. That's only needed at runtime. Mattias _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
