ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Net functions
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
NetListRemoteAccess (Function)
In french: NetListeAccèsDistant
Warning
From version 2024, this feature is no longer available.
Returns the list of available remote accesses.
Example
// Display the available accesses in a list
ListAdd(LIST_List1, NetListRemoteAccess())
...
// Open the selected access
NetOpenRemoteAccess(LIST_List1[LIST_List1])
Syntax
<Result> = NetListRemoteAccess()
<Result>: Character string
  • List of remote accesses installed on the current computer, in the following format:
    <Name of Access 1> + CR + <Name of Access 2>...
  • Empty string ("") if no remote access is installed.
Component: wd290com.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/20/2023

Send a report | Local help