ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
aiConfigureContourDetection (Type of variable)
The iaConfigureContourDetection type is used to define the parameters of the contour detection function.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
HReadSeek (Example)
Usage example of the HReadSeek function
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Sorts in a report
The sort is used to organize the information displayed in the report......
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
tapiCapability (Function)
Returns the characteristics of a telephony device.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Creating the executable and the setup program
The languages supported by the application are taken into account......