ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer.
Remark: A message indicating that the server does not respond anymore is sent to all the client computers.
Example
FTPServerID is int = NetStartServer(FTPServer)
// Stops the server
NetEndServer(FTPServerID)
Syntax
NetEndServer(<Server identifier>)
<Server identifier>: Integer
Identifier of the server to stop (returned by NetStartServer).
Component: wd280com.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment