ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sharing elements with a WINDEV application
Defines the type of context menu displayed by a chart....
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
ArrayCopy (Function)
Copies the content of an array to another array.
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
CurrentWin (Function)
Identifies the window currently in edit.
EventCreate (Function)
Creates an event.
SemaphoreCreate (Function)
Creates a semaphore.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
HTMLToText (Function)
Converts an HTML string or buffer to text.