ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
WinEdCreateNote (Function)
Creates a Repositionable Note control.
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
BitcoinCore features
The Bitcoin functions that make handle a Bitcoin Core server possible include ......
Extracting messages added or modified since last extraction
A project was already created and translated......
fSeparator (Function)
Returns a file path with normalized separators.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
HCreateMovableReplica (Function)
Creates a movable replication.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Operations performed on collaboration diagrams
The following paragraphs explain......
<Page>.OpenChild (Function)
Opens a non-modal child window.
Open (Function)
Opens a modal WINDEV window.