ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Code Editor>.Uncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed....
Error 809: The * character cannot be used as mandatory parameter in a function
End-user UI management functions
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
SSH functions (prefix syntax)
The following functions are used to connect and communicate with a SSH server:...
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
App shortcuts functions
The following functions are used to manipulate app shortcuts (also called "quick actions")...
Handling a .NET 3.0, 4.0, ... field (WPF) by programming
WINDEV allows you to manipulate a .NET 3.0, 4.0, ... (WPF) field by programming......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
NetDirList (Function)
Lists the directories and the files found: on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......