ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPCommand (Example)
Usage example of the FTPCommand function
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
JavaExecute (Example)
Usage example of the JavaExecute function
fDir (Function)
Finds a file or directory.
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
ThreadPause (Function)
Pauses the current thread during the specified duration.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
FTPSize (Example)
Usage example of the FTPSize function
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
fCreate (Example)
Usage example of the fCreate function
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
InServiceMode (Function)
Indicates whether the code is run in a service.
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
HExecuteProcedure (Function)
Runs a stored procedure.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......