ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
HReadNext (Function)
Sets the position on the next table record according to a browse item.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
ThreadPause (Function)
Pauses the current thread during the specified duration.
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Random (Function)
Returns a random number.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.