ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
zipExist (Function)
Used to find out whether an archive exists.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
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.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Telemetry management functions
The following functions are used to manage the telemetry:...
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
CameraGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
zipExtractPath (Function)
Returns the path of a file found in the archive.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
<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.