загрузка в новый гит с мелкими правками

This commit is contained in:
2025-12-12 07:23:21 +03:00
parent 2518f9326e
commit b9343e93f0
20 changed files with 289 additions and 423 deletions
+3 -2
View File
@@ -11,8 +11,7 @@ type
type
TTTWAuth = class
FmyEvent: TmyEvent;
FURL: string;
private
FHTTPServer: TIdHTTPServer;
procedure HandleRequest(ASender: TIdContext;
@@ -26,6 +25,8 @@ type
procedure OnStatus(ASender: TObject; const AStatus: TIdStatus;
const AStatusText: string);
public
FmyEvent: TmyEvent;
FURL: string;
constructor Create;
destructor Destroy; override;
procedure StartServer(aURL: string);