ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
FirstDayOfMonth (Function)
Returns the first day of the month.
zipDeleteFile (Function)
Deletes a file from an archive.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
ErrorBuild (Function)
Displays a custom error message in a system error window.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
Open (Function)
Opens a modal WINDEV window.
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....