* Add Host

This commit is contained in:
Michael Van Canneyt 2024-11-07 15:07:52 +01:00
parent db5696079e
commit 028405d67f

View File

@ -121,6 +121,7 @@ Type
function GetConsoleApplication: boolean; override;
function GetLocation: String; override;
property ConsoleChannel : TJSBroadCastChannel Read FConsoleChannel;
Property Host : TWASIHost Read FHost;
public
Constructor Create(aOwner : TComponent); override;
Destructor Destroy; override;