ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDFToText (Function)
Extract the text contained in an Document PDF.
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
Using several libraries in an application
A library is a WDL file that contains all the resources......
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
Date (Type of variable)
The Date type enables you to easily handle the dates...
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
Programming patterns
CAUTION......