ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The HTML control
The HTML control displays HTML pages or HTML code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
SocketExist (Function)
Checks the existence of socket.
zipExist (Function)
Used to find out whether an archive exists.
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the table (when describing the item through programming)....
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or programmatically. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
XMLSavePosition (Function)
Stores the current position in the XML document.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
EmailCheckAddress (Function)
Checks the validity of an email address.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Edit control: buttons integrated into the input field
You can include different buttons in the input area of an Edit control......
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min