ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)...
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
InfoBuild (Function)
Displays a custom message in a system information window.
CharactType (Function)
Returns information about the type of character.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
Socket management functions
List of functions for managing sockets...
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
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)....
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.