ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CalendarSelectPlus (Function)
Selects a date in a Calendar control.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
NetRenameFile (Function)
Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server created with WINDEV. This function is kept for backward compatibility....
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
GOTO statement
The GOTO statement is used to run a code identified by a given label...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
fSelect (Function)
Opens the Windows file picker.
fOpenTempFile (Function)
Creates and opens a temporary file.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
HTTPAddFile (Function)
Adds a file to the HTTP form.
EmailLoadAttachment (Function)
Adds an attached file to an email.
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
fSplit (Function)
Splits a file into several files.
fTrackStop (Function)
Stops monitoring a file or directory.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
<Calendar>.SelectPlus (Function)
Selects a date in a Calendar control.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Email variable>.LoadAttachment (Function)
Adds an attached file to an email.
<Source>.DescribeFile (Function)
Describes a data file programmatically.
<Source>.Cross (Function)
Crosses a record in a data file.