ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
VisibleRange (Property)
The VisibleRange property gets and sets the width of the Range Slider control track.
WLanguage procedure called by fWatchDirectory
WLanguage procedure ("callback") called by fWatchDirectory when a change is made to the watched directory.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
PageWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned to the client after the server code of the page is executed.
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
Manipulating Action Bars programmatically
Action Bars can be manipulated programmatically. To do so, use the variable corresponding to the Action Bar in the code....
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
MultimediaPlay (Function)
Plays a media file in a Multimedia control.
SocketConnect (Function)
Connects a client computer to a given socket.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
xmlSignature (Variable type)
The xmlSignature type is used to define the advanced characteristics of an XML signature.