ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Edit controls programmatically
You can manipulate Edit controls programmatically......
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
HRegenerateFile (Function)
Regenerates a data file from its log.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
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).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
grType (Function)
Identifies or modifies the type of chart.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
MapCircle (Variable type)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
grDeleteSeries (Function)
Deletes a data series from a chart.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
zipInfoFile (Example)
Usage example of the zipInfoFile function