ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
zipFindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
ProjectInfo (Function)
Returns specific information about the project currently run.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Compile (Example)
Usage example of the Compile function
fExeDir (Function)
Returns the directory from which the execution is started.
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
grDestinationControl (Function)
Defines an Image control as destination of a chart.
PageDisplay (Function)
Displays a web page in the user's browser....
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function