ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
Installing a Webservice (old format)
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Execute (Function)
Starts the execution of a process through programming.
NFCSendTag (Function)
Sends a NFC tag to another device.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
Error 2109: You are using the ObjectInfo function
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Logical operators
The logical operators are as follows......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......