ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Error 502: Incompatible type
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
Speech synthesis in the mobile applications
The phones can talk!......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
HInfoLog (Function)
Returns information about the server logs.
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
6. Layouts
...Layouts allow you to define several views of a window in the same project, without duplicating the window....