ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
OpenChild (Example)
Usage example of the OpenChild function
OpenMainMenu (Function)
Opens the main menu of the current window.
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.
upnpService (Type of variable)
The upnpService type is used to define the advanced characteristics of a service provided by the UPnP device.
grParameter (Function)
Retrieves or modifies a chart parameter.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
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.
MaVisiteGuidée
The Variable MyGuidedVisit allows handle the current guided tour. The variable Ma GuidedTour allows you to know the characteristics of the variable of type GuidedTour used.
First project window
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
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....
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
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)...