ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SMSReset (Function)
Resets all variables of SMS structure.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
FlexWrap (Property)
The FlexWrap property determines whether items are laid out in one line, or can wrap onto multiple lines (corresponding CSS property: "flex-wrap").
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
AdjustmentMode (Property)
The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted in a report.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
zipListFile (Function)
Returns the list of files found in an archive.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
docFragment (Variable type)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...