tb0152.pp 206 B

12345678910111213141516
  1. { %fail }
  2. {$mode objfpc}
  3. type
  4. TMainForm = class
  5. end;
  6. function FreeFPgtkObjects (Data:pointer) : longbool; Cdecl;
  7. begin
  8. With (Data as TMainForm) do // <<--- this is the one
  9. ;
  10. end;
  11. begin
  12. end.