mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-23 00:39:22 +02:00
* Add Host
This commit is contained in:
parent
db5696079e
commit
028405d67f
@ -121,6 +121,7 @@ Type
|
|||||||
function GetConsoleApplication: boolean; override;
|
function GetConsoleApplication: boolean; override;
|
||||||
function GetLocation: String; override;
|
function GetLocation: String; override;
|
||||||
property ConsoleChannel : TJSBroadCastChannel Read FConsoleChannel;
|
property ConsoleChannel : TJSBroadCastChannel Read FConsoleChannel;
|
||||||
|
Property Host : TWASIHost Read FHost;
|
||||||
public
|
public
|
||||||
Constructor Create(aOwner : TComponent); override;
|
Constructor Create(aOwner : TComponent); override;
|
||||||
Destructor Destroy; override;
|
Destructor Destroy; override;
|
||||||
|
Loading…
Reference in New Issue
Block a user