ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
fRead (Example)
Usage example of the fRead function
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
ThreadExecute (Function)
Starts the execution of a secondary thread.
ProjectInfo (Function)
Returns specific information about the project currently run.
SSH constants
The following constants are used to manage an SSH server:...
fSize (Function)
Returns the size of a file (in bytes).
fMoveDir (Function)
Moves a directory and its content.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
Local procedure
Two types of procedures are available......
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
PDFToText (Function)
Extract the text contained in an Document PDF.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
Note (Property)
The Note property is used to get and change a text associated with an element.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
HChangeConnection (Example)
Usage example of the HChangeConnection function
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.