ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Tools
  • Which tools can be distributed?
  • Starting a distributable tool in command line
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
WINDEV, WEBDEV and WINDEV Mobile tools
Which tools can be distributed?
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile:
ToolsDescriptionRedistributable?
Android Control CenterThe Android Control Center allows you to easily manage Android devices while developing your applications.No
AutomaticUpdateTool used to automatically or manually update PC SOFT products.No
HFSQL Control CenterThe HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) as well as the external databases.
The HFSQL Server and HFSQL Control Center setup programs are located in the INSTALL directory.
Yes
Project Management HubThe Project Management Hub is used to organize and schedule a project, from design to delivery. It allows you to define the tasks that must be performed in a project, the developers working on it, the duration, progress status, etc.
Until version 28, this tool was named "Project Monitoring Center".
No
ReplicAdminIs used to configure the synchronizations and to perform the synchronization. It is the replication manager.Yes
ReplicEditAllows you to define the characteristics of a replication. Yes
ReplicSynchroAllows you to manage the assisted Universal Replication.
This tool can be included when creating a WINDEV application setup procedure.
Yes
RobotMonitorAllows you to manage the monitoring robot.
The monitoring robot setup program is located in the INSTALL directory.
Yes
TechSupportRequestAllows you to report a problem to PC SOFT Technical Support.No
User Control CenterThe User Control Center is used to manage the applications deployed on a company network. From this control center, the users will be able to install their dedicated applications.
This tool is included by default when creating a WINDEV application setup procedure.
Yes
WD DiagramDiagram creation and editing toolNo
WD DocsText document (docx) creation and editing tool. No
WD PDFPDF viewer. No
WD PicImage editing tool. No
WD SpreadsheetSpreadsheet creation and editing tool. No
WDAdminWEBDEV application/site administrator (Development version). This tool is included with WEBDEV and allows you to immediately test WEBDEV websites and applications in the development phase.
To deploy dynamic WEBDEV websites, you must own WEBDEV Application Server.
No
WDAdminExeRemote administration tool for WINDEV applications installed on a network.
This tool is included by default when creating a WINDEV application setup procedure.
Yes
WDAPISimplifies the use of Windows APIs in a WINDEV application. WDAPI generates the WLanguage code and structures required for using a given Windows API.No
WDBalMessaging tool for developers.No
WDConnectionDiagnosticsEstablishes a connection via the OLE DB driver and checks the connection.
No
WDConverConverts external files to HFSQL data files.
This tool can be included when creating a WINDEV application setup procedure.
Yes
WDDebugUsed to debug an application remotely.
This tool can be included when creating a WINDEV application setup procedure.
Yes
WDDeployTool to easily deploy static or PHP sites.
Yes
WDDongleUpdateDongle update tool.
Until version 28, this tool was named "WDMajCle".
No
WDFAdminSoftware factory administrator.
The different modules of the software factory can be installed by launching WX2024PACKFACTORY.exe. This setup program is located in the "\Install\Factory" subdirectory of the current IDE.
No
WDFAgentSoftware factory automation tool.
The different modules of the software factory can be installed by launching WX2024PACKFACTORY.exe. This setup program is located in the "\Install\Factory" subdirectory of the current IDE.
No
WDHFDiffCompares HFSQL data files.No
WDINSTWDInst is a setup editor used to define the setup parameters of your application.No
WDLogSaves and restores the data files in HFSQL format and manages the logs.
This tool can be included when creating a WINDEV application setup procedure.
Yes
WDMapUsed to view the contents of an HFSQL data file.No
WDModFicRuns the automatic modification on data files in the development computer and in end-user computers.Yes
WDOptimizerOptimizes access to HFSQL data files (reindexing, memo corrections, etc.).
This tool can be included when creating a WINDEV application setup procedure.
Yes
WDReplicManages data replication between computers that use the same application.
This tool can be included when creating a WINDEV application setup procedure.
Yes
WDSCMAdminSCM (Source Code Manager) administratorNo
WDScriptAllows you to edit and execute WLanguage scripts.
This tool can be included when creating a WINDEV application setup procedure.
Yes
WDSQLDefines a connection and creates SQL queries on this connection.Yes
WDStatisticsUsed to get statistics about the use of Webservices.
Yes
WDTelDiagnoReturns the list of available TAPI lines and specifies the line that will be used by the telephony functions.
This tool can be included when creating a WINDEV application setup procedure.
Yes
WDToolUsed to run all the available tools: optimize HFSQL data files, view HFSQL databases, etc.
No
WDTransUsed to cancel transactions or to free records in transaction.
This tool can be included when creating a WINDEV application setup procedure.
Yes
WDXViewUsed to view information about an ActiveX and to run the test of its features.No
WDxxxDplViewerUsed to view duplicates.
This tool can be included when creating a WINDEV application setup procedure.
Yes
WDZipCompresses and groups all types of files in an archive (".WDZ" file).No
WEBDEV Account ManagerWEBDEV Account Manager allows you easily host websites developed with WEBDEV 2024. This tool is mainly intended for webmasters and hosting providers.
Installed with WEBDEV Application Server.
Until version 28, this tool was named "Hosting Control Center".
No
Starting a distributable tool in command line
The following code enables you to start a distributable tool in command line:
sPath is string
sPath = """" + CompleteDir(SysDir(srCommonProgramFiles)) + ...
"PC SOFT\<Tool version>\<Tool name>\<Tool name>.exe"""
ExeRun(sPath)
Where:
  • <Tool version>: version number of the tool used (for example, "29.0" for a tool provided with WINDEV 2024).
  • <Tool name>: name of the tool to start ("WDLog" for example).
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/11/2023

Send a report | Local help