ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
ContactSource (Type of variable)
The ContactSource type is used to define the advanced characteristics of a source (or account) for the contacts (example: Google, Exchange, Facebook).
PopupAnimate (Function)
Displays a popup in a page cell.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
CharactType (Function)
Returns information about the type of character.
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).