ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
TwainToTIFF (Function)
Allows: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....
TwainToGIF (Function)
Allows: save the document coming from the Twain device in a GIF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in GIF format (in a buffer)....
diagWaypoint (Variable type)
The diagWaypoint type is used to define all the advanced characteristics of a connector waypoint.
Import a list of requirements
The Project Management Hub allows you to import requirements......
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).