unit frmUnit2; interface uses Windows, Variants, Classes, Controls, Forms, SysUtils, ddPlugin_TLB, StdCtrls; type TformOdvedMzdy = class(TForm) private public Helios : IHelios; end; var formOdvedMzdy: TformOdvedMzdy; implementation {$R *.dfm} end.