ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
SaaSAdminWriteSiteParameter (Function)
Saves an information specific to the client.
<websocketClient variable>.Disconnect (Function)
Disconnects a client from a WebSocket server.
<Connection variable>.SendMessageToClient (Function)
Displays a message on the client computers.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Image control in a page
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<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.
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
SocketConnect (Function)
Connects a client computer to a given socket.
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
Type and version of Web server
The configuration diagnostic displays the following error......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
InWinRTSimulatorMode (Function)
Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode). Function kept for backward compatibility....
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
The single-part and multi-part archives
Two types of archives are available......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......