ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
Description (Property)
The Description property is used to get and change the description of an element.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Programming custom calculations in Table controls
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
MySelf (Reserved word)
MySelf is used to handle the current control...
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Execute (Function)
Starts the execution of a process through programming.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......