ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCreateMovableReplica (Function)
Creates a movable replication.
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Programming custom calculations in Table controls
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
EXE constants
List of constants used by the functions for managing executables....
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Display (External language)
Displays a value in a control or assigns a value in a variable.
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.