ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
Move (Function)
Allows: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
FTPSize (Function)
Returns the size (in bytes) of a file located on an FTP server (File Transfer Protocol).
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or programmatically. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
iPrintImage (Function)
Sends the image file to print to the print buffer.
EmailGetAll (Function)
Retrieves all the emails found on a server.
HChangeKey (Example)
Usage example of the HChangeKey function
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
The structure of the file for remote control
The management of remote control uses a file in INI format......
Testing a static page
The test of a single page runs the current page in WEBDEV......
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
Title (Property)
The Title property gets and sets the title of an element.
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
VideoRequestPermission (Function)
Requests permission to use the device's camera....