ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
Library,Disk (External language)
Opens the project library that is stored on disk.
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the table, filter, view or query.
TableEnd (Function)
Stops the manual iteration of table linked to a data-bound Table control.
Operations in a Select query: Add and delete
The following paragraphs explain......
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
zipClose (Function)
Closes an archive.
xpathResult (Variable type)
The xpathResult type is used it find out the result of the execution of an XPATH query.
zipSize (Function)
Returns the size of the archive (in ZIP, RAR, CAB, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
fExtractPath (Function)
Returns the different elements of a path: drive, directories, name and extension of the file.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
PVTCalculateAll (Function)
Calculates or recalculates all the data of a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
Linking a Combo Box control to a table
A List Box or Combo Box control can be used to display the content of a table, to allow a user to select a record, for example......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
WEBDEV administrator: Characteristics of current connections
The "Connections" tab shows various information about the current connections......
ArrayDistinct (Function)
Returns an array without duplicates. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....