ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
iCloseReport (Function)
Stops printing the current report immediately.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
fAttribute (Example)
Usage example of the fAttribute function
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
fExtractPath (Example)
Usage example of the fExtractPath function
Password (Property)
The Password property sets and changes the password.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Scheduler control events
The following events associated with Scheduler controls:...
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
zipExtractFile (Example)
Usage example of the zipExtractFile function
dResize (Function)
Resizes an image found: in an Image control. in an Image variable. in a picLayer variable]....
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....