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é _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
