ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. UML models
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
NetClientMessageBox (Function)
Displays a dialog box on each client computer connected to the server. This function is kept for backward compatibility....
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
WLanguage procedure called by iOSApplicationOpenURLProcedure
WLanguage procedure ("callback") called by iOSApplicationOpenURLProcedure when the application must open a resource identified by a URL.
AttributeMapping (Property)
The AttributeMapping property gets the value of the <Mapping> extension attribute.
EtapeSuivante (Property)
The Property NextStep allows you to authorize or not the passage to the next step of the guided tour from the step bubble.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
2. UML models
Common project
Projects are often cross-platform......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Project Management Hub: Time tracking
The time spent can be listed on......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Declaring and using a variable
A variable is defined by name and type......