ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
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).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
MatCopy (Function)
Creates the copy of a matrix.
MatDelete (Function)
Deletes an existing matrix.
HRegenerateFile (Function)
Regenerates a data file from its log.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
HExecuteProcedure (Function)
Runs a stored procedure.
Error 25: No THEN statement is associated with this IF