ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
DriveRecoverFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
<Variable Drive>RetrieveFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Progress Bar control properties
List of properties associated with the Progress Bar control...
Events associated with Link controls
List of events associated with Link controls...
TestCheckTrue (Function)
Checks whether an expression is set to True 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.
Code statistics
The code statistics affect......
Video functions
List of video functions...
Setup mode
Several methods can be used to distribute a WINDEV application......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.