[Pas2js] TJSScreen missing definition

warleyalex warleyalex at yahoo.com.br
Wed Oct 31 12:00:45 CET 2018


the correct should be:

  TJSScreen = class external name 'screen' (TJSObject)
  private
    FavailHeight: Integer; external name 'availHeight';
    FavailWidth: Integer; external name 'availWidth';
    FcolorDepth: Integer; external name 'colorDepth';
    Fheight: Integer; external name 'height';
    Fwidth: Integer; external name 'width';
  public
  { Properties declarations }
    property availHeight: Integer read FavailHeight;
    property availWidth: Integer read FavailWidth;
    property colorDepth: Integer read FcolorDepth;
    property height: Integer read Fheight;
    property width: Integer read Fwidth;
  end;  



--
Sent from: http://pas2js.38893.n8.nabble.com/


More information about the Pas2js mailing list