ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
FTPSize (Example)
Usage example of the FTPSize function
FTPCommand (Example)
Usage example of the FTPCommand function
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
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....
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
InServiceMode (Function)
Indicates whether the code is run in a service.
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....
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
fReadLine (Example)
Usage example of the fReadLine function
fSize (Example)
Usage example of the fSize function
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
2. Projects in practice
Discover the main operations that can be performed on a project....
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......