ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Map>.DeleteShape (Function)
Deletes a shape drawn on the map displayed in an Map control.
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
Associating documents with the project
To describe a project in detail, you can associate documents with it......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
FTPFileExist (Function)
Checks if a given file exists on an FTP server.
docTable (Variable type)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a table, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
edtHTMLSelection (Variable type)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
fWriteLine (Example)
Usage example of the fWriteLine function
grRotation (Function)
Used to: Turn a chart around one of its axes in order to better view the data. Find out the rotation angle of a chart on one of its axes....
Contains (Function)
Allows you to check if a substring is within a string.
MatCopy (Function)
Creates the copy of a matrix.
MatFloatAdd (Function)
Adds a value to each matrix element.
MatDelete (Function)
Deletes an existing matrix.
DocUpdateFormula (Function)
Updates the formulas in a document.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...