ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ArraySort (Function)
Sorts a WLanguage array.
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
MySelf (Reserved word)
MySelf is used to handle the current control...
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
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).