ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
zipNbPart (Example)
Usage example of the zipNbPart function
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
GPSGetPosition (Function)
Retrieves information about the current device position.
fWrite (Example)
Usage example of the fWrite function
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....