ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
HTML document management functions
List of functions that manipulate HTML documents....
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
XMLNext (Function)
Positions on the next element (tag or attribute).
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
XMLAddChild (Function)
Adds a child tag into an XML document.
OpenDocumentAsynchronous (Function)
Opens a document using the appropriate editor
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
HTTPCreateForm (Function)
Creates an HTTP form.
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 through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
XMLChild (Function)
Positions on the first child element of current element.
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.