ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GroupRead (Function)
Reads a group of contacts found in the address book of a Lotus Notes or Outlook messaging.
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
Map control properties
The following properties can be used with Map controls:...
zipExtractFile (Example)
Usage example of the zipExtractFile function
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
PostMessage (Function)
Sends a Windows message to a control or to a window.
<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
MDIBottom (Property)
The MDIBottom property is used to determine and change the distance between the bottom border of the MDI parent window and the bottom border of the MDI area.
MDIRight (Property)
The MDIRight property is used to determine and modify the distance between the right border of the MDI parent window and the right border of the MDI area.
MDILeft (Property)
The MDILeft property is used to determine and change the distance between the left border of the MDI parent window and the left border of the MDI area.
SysXRes (Function)
Returns the horizontal screen resolution.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
Magnetic mouse: automatically moving the cursor on the default button
The mouse cursor can be automatically positioned on the default button when the window is opened......
PicCreate (Function)
Creates an image in the Image Editor control.
<Page>.Display (Function)
Displays a web page in the user's browser....
SchedulerAddTask (Example)
Usage example of the SchedulerAddTask function