ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipAddDirectory (Example)
Usage example of the zipAddDirectory function
XMLDelete (Example)
Usage example of the XMLDelete function
HMode (Function)
Changes the mode and the method for locking data files.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
HOpenConnection (Function)
Opens a connection to a specific database.
xlsClose (Example)
Usage example of the xlsClose function
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
fShortPath (Example)
Usage example of the fShortPath function
fLongPath (Example)
Usage example of the fLongPath function
fImageSelect (Example)
Usage example of the fImageSelect function
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
ShellExecute (Function)
Opens a document in its associated application.
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Right (Function)
Extracts the last characters from a string or string buffer.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Properties associated with Combo Box controls that display a table
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.