ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Email (Property)
The Email property is used to get and change an email address.
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
StringReverse (Function)
Reverses the characters of a string.
fFileName (Function)
Returns the name of an external file currently open.
ControlToSource (Function)
Assigns the control value to the source of a control link.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
Joins between the tables of a select query
When several tables are used in a query, the query editor automatically searches for the links between these tables described in the database schema......
SQLFirst (Function)
Positions on the first row of the query result.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Language (Property)
The Language property gets and sets the language used.
Constant
The constants are language elements whose value is fixed once and for all...
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
MapPolygon (Variable type)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
fOpen (Example)
Usage example of the fOpen function