ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
HTTPRequest (Function)
Starts an HTTP request on a server.
Font
The Font keyword can correspond to: a Font variable. the Font property....
SQLReqExists (Function)
Checks the existence of a query.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
fTime (Example)
Usage example of the fTime function
Position
The Position keyword can correspond to...
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
SQLChangeConnection (Function)
Modifies the current connection.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
iPrintReport (Function)
Prints a report created with the report editor.
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Error (Function)
Displays a custom error message in a system error window.
ControlToSource (Function)
Assigns the control value to the source of a control link.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function