ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
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....
FileDisplay (Function)
Displays a file in the user's browser....
fMoveDir (Function)
Moves a directory and its content.
fDir (Function)
Finds a file or directory.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
USBFind (Function)
Finds a USB device according to keywords.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
2. Projects in practice
Discover the main operations that can be performed on a project....
fLock (Function)
Entirely or partially locks an external file.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
ZOrder (Example)
Usage example of the ZOrder property
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
16. Java applications in practice
Java applications in practice...
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
dbgEnableLog (Function)
Enables the runtime log programmatically.