[fpc-devel] Parameters must match exactly?
José Mejuto
joshyfun at gmail.com
Mon May 17 23:40:57 CEST 2010
Hello Graeme,
Monday, May 17, 2010, 11:56:29 AM, you wrote:
GG> Yes, but I can't use OUT because the type of AForm doesn't match exactly -
GG> back to my initial problem when I started with FPC 2.5.1.
GG> TfpgWindowBase vs TBulkInvoiceRateListForm type.
So you do not need "out" you need the non-exist "varout" which act as
a var (non finalize) but do not emit the warning.
--
Best regards,
José
More information about the fpc-devel
mailing list