ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
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.
HCreateMovableReplica (Function)
Creates a movable replication.
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....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
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.
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
Starting WDOptimizer in a command line
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Name (Property)
The Name property is used to get the name of an element.