ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
SysIconAdd (Example)
Usage example of the SysIconAdd function
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Display (External language)
Displays a value in a control or assigns a value in a variable.
FTP constants
List of constants used by the FTP functions....
Find/Replace in the current project
The "Find/Replace" feature is used to......
fCurrentDir (Function)
Identifies or modifies the current directory.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
OpenChild (Example)
Usage example of the OpenChild function
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Installing a SOAP server with Apache
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
REP files
REP files contain the list of data files handled by the application....
gglCalendar (Type of variable)
The gglCalendar type is used to describe and modify a calendar used by the Google Calendar service...
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
HIndex (Function)
Rebuilds the file index (".NDX" file).
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...