ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
zipSelectFile (Function)
Selects files from an archive.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Scroll (Property)
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control.
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
zipExist (Function)
Used to find out whether an archive exists.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
fCreate (Function)
Creates an external file.
<Variable DiskFile>Create (Function)
Creates an external file.
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
Creating an action plan
The action plans group all actions that will be performed by the software factory....
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
<zipArchive variable>.ExtractPath (Function)
Returns the path of a file found in the archive.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<zipArchive variable>.OpenRAR (Function)
Opens an existing archive in RAR format.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
<zipArchive variable>.FileSize (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....
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
Contains (Function)
Allows you to check if a substring is within a string.