ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HReadNext (Function)
Sets the position on the next data file record according to a browse item.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
HTTPRequest (Function)
Starts an HTTP request on a server.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
BurnerSave (Example)
Usage example of the BurnerSave function
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
InitialState (Property)
The InitialState property is used to get the initial state of a control.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
ProjectInfo (Function)
Returns specific information about the project currently run.
dDisplay (Function)
Displays the drawing in the Image control.
Phone management functions
List of functions for phone management...
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
ReplicInfo (Function)
Returns information about a replication.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....