Replacement Class for TForm that enables you using vcl forms on lazarus without changes
Using that TFormHook instead of TForm you can cross compile our delphi applications with Lazarus on Ubuntu without changing forms. If fixes several things like differences in fonts and visual-/non visual differences in componentes.
Usage
type TMainform = class({$IFDEF FPC}TFormHook{$ELSE}TForm{$ENDIF}