ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic error handling
Error handling can be customized for each process......
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
<Window>.EdDo (Window)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Guided tour management functions
Guided tour management functions...
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
Camera/Video functions (prefix syntax)
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
Common project
Projects are often cross-platform......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
<Email variable>.LoadAttachment (Function)
Adds an attached file to an email.
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
Video functions
List of video functions...
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
Seek (Function)
Searches for the index of an element in a WLanguage array.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......