ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
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....
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....
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......
PageWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned to the client after the server code of the page is executed.
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.
pdfDocument (Variable type)
The pdfDocument type is used to get all the characteristics of a PDF file, including author, date created, page content, etc.
Geometry (Variable type)
The Geometry type can be used to store any type of geometry: point, polygon, etc.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....