Pas2js hint in unit WEBLib.TMSWEBCustomControl with TMS Web Core 2.9.6.1

Line 873 of unit WEBLib.TMSWEBCustomControl

should be fixed from

{$ELSE}
  TControlProtected = class(TControl);

to

{$ELSEIF DEFINED(FMXLIB)}
  TControlProtected = class(TControl);

to get rid of pas2js hint

WEBLib.TMSWEBCustomControl.pas(874): Local class "TControlProtected" not used

We've seen and fixed this. We'll release an update today.