ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Partial indexing of memos
You now have the ability to index the content of a text memo item......
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
How to create a patch?
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
France.checkTaxNumber (Function)
Tests the validity of a French tax number.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
KanbanFilter (Function)
Displays only cards that match the specified filter.
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
PanelDetach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
<htmlNode variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML node.