ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
ComponentInfo (Function)
Returns information about a component.
Debugging without using a debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Array functions
List of functions for managing arrays...
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
FAA: Automatic filtering of Table Column controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
WLanguage procedure called by CodeEditorSearch
Callback of the CodeEditorSearch.Cb function for the callback parameter
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Code snippets
The code editor allows you to enter "Code snippets"......
Automatic error handling
Error handling can be customized for each process......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
SQL view
An SQL view is a virtual data source defined by an SQL query......