ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
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)......
Extern (Reserved word)
EXTERN is used to...
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
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....
CharactType (Function)
Returns information about the type of character.
EndProgram (Function)
Ends the execution of the current program.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
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....
HOpenConnection (Function)
Opens a connection to a specific database.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
Socket management functions
List of functions for managing sockets...
WDDIXIO License Agreement
WDDIXIO License Agreement...
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
MatFloatAdd (Function)
Adds a value to each matrix element.
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
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)....
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
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....
InitRandom (Function)
Initializes the generator of random numbers.