ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Screen,First (External language)
Indicates the name of the first editable control or the name of the next control that must be in edit.
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
Library,Disk (External language)
Opens the project library that is stored on disk.
Managing parallel tasks
The computers are becoming more and more powerful......
Table,Insert (External language)
Inserts an element into a table at a given position.
Table,Display (External language)
Refreshes the Table control.
Option,Space (External language)
Fills the content of WdString with space characters on the right.
HsMenu,Status (External language)
Returns the status of a menu option (active, invisible, grayed).
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
List,Add (External language)
Adds an element to a Combo Box or List Box control.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
List,Search (External language)
Finds a value in a list.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Screen,Next (External language)
Returns the name of the next editable control.
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
HsMenu,Name (External language)
Adds a menu into the window that is opened.
Table,Count (External language)
Returns the number of elements in a Table control.
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.