WebCore TypeScript

Hi, Just instaled the latest beta, when i click on Run I get the following message in the terminal window with thw following code:

export class TForm1 extends TWebForm
{
WebButton1: TWebButton;

WebButton1Click(Sender: TObject) {

}
}

globalThis.Form1 = null;
globalThis.TForm1 = dfm;

///////////////////////////////////////////////

ERROR in D:\ICS\ICSWebTS\Unit1.ts
./Unit1.ts 12:26-33
[tsl] ERROR in D:\ICS\ICSWebTS\Unit1.ts(12,27)
TS2304: Cannot find name 'TObject'.
ts-loader-default_ab4862433a94faea
@ ./ICSWeb.ts 4:16-34

webpack 5.98.0 compiled with 1 error and 3 warnings in 34777 ms

thanks in advance,

Omar Zelaya

I have added TObject to the import cluase to fix it. It must be donde manually or it is becuase is a beta version?.

Thanks,

When you added the TWebButton, were the imports added properly?

I have created a new test project and it worked ok.

Thanks.