ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Start of Document block
The Start of document block is printed once at the beginning of the report execution......
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
Height (Property)
The Height property is used to get and change the height of an element.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
ChronoReset (Function)
Stops and resets a running stopwatch.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
The different types of integers
Start of Break block (Break header)
The Start of break block is optional......
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
fRead (Example)
Usage example of the fRead function
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
zipExtractAll (Example)
Usage example of the zipExtractAll function
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.