ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
EmailGetAll (Function)
Retrieves all the emails found on a server.
Cos (Function)
Calculates the cosine of an angle.
CoTan (Function)
Calculates the cotangent of an angle.
Root (Function)
Returns the root of a number.
Sin (Function)
Returns the sine of an angle.
Tangent (Function)
Calculates the tangent of an angle.
OrganizerSelectMinus (Function)
Deselects an appointment from an Organizer control.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Modulo (Reserved word)
Returns the remainder of a division.
IsOdd (Function)
Identifies an odd number.
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.