Explorar o código

* Make IsInteractive writable. Fixes issue #41005

Michaël Van Canneyt hai 1 mes
pai
achega
3db417b562
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/winunits-base/src/comserv.pp

+ 1 - 1
packages/winunits-base/src/comserv.pp

@@ -96,7 +96,7 @@ type
     procedure RegisterServer;
     procedure UnRegisterServer;
     property IsInprocServer: Boolean read FIsInproc write FIsInproc;
-    property IsInteractive: Boolean read fIsInteractive;
+    property IsInteractive: Boolean read fIsInteractive write fIsInteractive;
     property StartMode: TStartMode read FStartMode;
     property ServerObjects:integer read fCountObject;
     property OnLastRelease: TLastReleaseEvent read FOnLastRelease write FOnLastRelease;