ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RedisSet (Function)
Changes the value of a key on a Redis server.
Log (Function)
Calculates the decimal logarithm of a numeric value.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Cos (Function)
Calculates the cosine of an angle.
CoTan (Function)
Calculates the cotangent of an angle.
Tangent (Function)
Calculates the tangent of an angle.
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
SQLExec (Function)
Names and runs an SQL query.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.