Description
-
Determines if data socket is in separate thread.
Property type
-
A Boolean value.
Syntax
-
object.Threads [=
value]
The Threads Property syntax has these
parts:
| object |
An expression
evaluating to an object of type FtpUser. |
| value |
A Boolean value. |
Remarks
-
This property determine if data connection (valid only for FTP
and FTP properties!) is executed in separate thread, giving main
application more processing time for accepting new users, repainting
GUI etc.
To define global threading, please consult wodFTPServer.Threads
property.
|