* 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 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;