ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
The HTML Display control
The HTML Display control displays a web page in an application......
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
<Connection variable>.DeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
dPolyline (Function)
Draws a line composed of multiple segments.
tapiDial (Function)
Dials a phone number for a voice line.
iHLine (Function)
Prints a horizontal line at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......