ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iCloseReport (Function)
Stops printing the current report immediately.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
SysXRes (Function)
Returns the horizontal screen resolution.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Watermark (Variable type)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or programmatically.
Marker (Variable type)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
<Map>.GetStyle (Function)
Returns the style used by the map displayed in the Map control. From version 2025 Update 2, this function is no longer available. Google has implemented a new map style management mode. Now, you need to define map styles in the Google Maps platform and then use MapIDGgl to manage these styles....
ToClipboard (Function)
Writes text or image information into the system clipboard.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
WordToArray (Function)
Fills an array with the words from a string.
HTTPSendForm (Function)
Sends an HTTP form.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
HModify (Example)
Usage example of the HModify function
FTPCommand (Example)
Usage example of the FTPCommand function
fCreate (Example)
Usage example of the fCreate function
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.