ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
HPrevious (Function)
Positions on the previous file record according to a browse item.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
HNext (Function)
Sets the position on the next data file record according to a browse item.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Programming overview in C and C++
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
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....
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.