ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
HErrorLock (Function)
Used to check whether a lock error occurred.
Open (Function)
Opens a modal WINDEV window.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
HClient structure
The HClient structure is used to......
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.