ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
XMLChild (Function)
Positions on the first child element of current element.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Info (Function)
Displays a custom message in a system information window.
SQLExec (Function)
Names and runs an SQL query.
Bitwise operators
The operations on binary values are performed......
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
ToClipboard (Function)
Writes text or image information into the system clipboard.