ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Programming overview in C and C++
Diagram functions (prefix syntax)
Diagram functions (prefix syntax)...
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
WDSQL, SQL querier: Overview
WDSQL is used to......
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
How to fill a TreeView control from a data file? (prefix syntax)
By default, the TreeView control cannot automatically display the data coming from a data file......
Service variable
The Service variable is used to......
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
HCopyRecord (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....
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
fUnlock (Function)
Entirely or partially unlocks an external file.
BurnerAddFile (Function)
Adds a file to the compilation.
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
<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....
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Error 121: Shadowing a structure