ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
Constants for managing emails
List of constants used by the functions for managing emails....
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
grOrientation (Function)
Modifies the orientation of chart axes.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
VolumePhysicalButton (Function)
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window.
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
PreviousPage (Function)
Returns the name of the previous page.
WDXView: Overview
WDXView is an ActiveX browser......
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
zipFindFile (Example)
Usage example of the zipFindFile function