ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipNbPart (Example)
Usage example of the zipNbPart function
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
AJAXExecute (Example)
Usage example of the AJAXExecute function
UploadCopyFile (Example)
Usage example of the UploadCopyFile function
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
HCloseConnection (Example)
Usage example of the HCloseConenction function
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
HCross (Function)
Crosses a record in a data file.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
sOpen (Example)
Usage example of the sOpen function
HMode (Function)
Changes the mode and the method for locking data files.
fSplit (Function)
Splits a file into several files.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.