ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HModify (Example)
Usage example of the HModify function
BurnerPath (Function)
Returns the path of the current burner.
Open (Function)
Opens a modal WINDEV window.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
NumberInWords (Function)
Converts a number to words.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
BurnerStatus (Function)
Returns the status of the current burner.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
fSeparator (Function)
Returns a file path with normalized separators.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Name (Property)
The Name property is used to get the name of an element.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
Handling a Web Component control through programming