ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed as parameter.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
fLoadResource (Function)
Loads the content of a resource from a library.
eCurrencyName (Function)
Returns the caption of a currency.
TableAddBeginning (Function)
Adds a row at the top of an Infinite Table control. The row is inserted before the first row of the Table control. The scroll position of the Table control doesn't change....
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
NotificationDisplay (Function)
Displays a message outside the browser.
OBEXConnect (Function)
Used to connect to a device that supports the OBEX protocol. Reminder: The OBEX protocol is a data transfer protocol that can be used via infrared beams and Bluetooth....
HImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware web service.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
fExtractPath (Function)
Returns the different elements of a path: drive, directories, name and extension of the file.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
GuidedTourStop (Function)
Stops the current Guided Tour or another specified Guided Tour.
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
KioskEnable (Function)
Switches the current Android application to kiosk mode.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....