ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipClose (Function)
Closes an archive.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
WINDEV FTP functions
List of WINDEV FTP functions...
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
HTTPAddFile (Function)
Adds a file to the HTTP form.
SeriesColor (Property)
The SeriesColor property is used to: Find out the color of a series in a chart. Modify the color of a series in a chart....
rssInitialize (Function)
Loads a RSS stream in memory.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
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....
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
XMLChild (Function)
Positions on the first child element of current element.
MemCreate (Function)
Creates a memory area.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.