ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fImageSelect (Example)
Usage example of the fImageSelect function
HOpenConnection (Function)
Opens a connection to a specific database.
xlsClose (Example)
Usage example of the xlsClose function
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
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).
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
fShortPath (Example)
Usage example of the fShortPath function
fLongPath (Example)
Usage example of the fLongPath function
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
ShellExecute (Function)
Opens a document in its associated application.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
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....
StatVarianceP (Function)
Calculates the variance for a full series of values.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
Service variable
The Service variable is used to......
HSetPosition (Example)
Usage example of the HSetPosition function