ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
DateDifference (Function)
Calculates the number of days between two dates.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
LooperAdd (Function)
Adds a row at the end of a Looper control.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
EventClose (Function)
Closes a synchronization event between several threads.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
fOpenTempFile (Function)
Creates and opens a temporary file.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Constants for telemetry management
Constants for telemetry management...
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
MemCreate (Function)
Creates a memory area.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....