ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RightToLeft (Property)
The RightToLeft property is used to get and change the writing direction of an element...
PageNumber (Property)
The PageNumber property gets and sets a page number.
Multiline (Property)
The Multiline property determines if an element supports multiline text.
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
Functions for managing the Combinations and Enumerations
<Image>.DrawBorder (Function)
Draws the borders in an Image control.
<Array>.Copy (Function)
Copies the content of an array to another array.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
<emailIMAPSession variable>.NbMessage (Function)
Returns the number of incoming messages in an IMAP session.
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
ArrayCopy (Function)
Copies the content of an array to another array.
Seek (Function)
Searches for the index of an element in a WLanguage array.
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
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....
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.