ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Warning (Function)
Displays a custom message in a system warning window.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
FinFutureVal (Example)
Usage example of the FinFutureVal function
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
5. User Groupware in practice
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HChangeName (Function)
Modifies the physical name of a data file.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......