ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
RecycleBinDelete (Function)
Displays a confirmation message for deleting a file from the recycle bin.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Lock constants
List of constants used by the functions for locking the applications....
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.