ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Error 35: 'Continue' is available in the loops only
Expands all breaks in a Looper control with break....
UploadCurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
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).
FTPTime (Function)
Returns the different creation, modification or access times associated with a file located on an FTP server (File Transfer Protocol).
TreeView control properties
TreeView controls can be manipulated with WLanguage properties in a window as well as in a page......
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
eCurrencyName (Function)
Returns the caption of a currency.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Structure of data files of user groupware
UploadCopyFile (Example)
Usage example of the UploadCopyFile function
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.