ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
API (Function)
Runs a function found in an external DLL.
CharactType (Function)
Returns information about the type of character.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
Execute (Function)
Starts the execution of a process through programming.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
PageDisplay (Function)
Displays a web page in the user's browser....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Dashboard constants
Constants used by the functions for managing Dashboard controls...
TreeCollapse (Function)
Collapses a branch previously expanded.
ErrorThrow (Function)
Throw a non-fatal error.
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
ExeListProcess (Function)
Returns the list of applications currently run.
MyParent (Reserved word)
MyParent is used to handle...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min