ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
InPHPMode (Function)
Indicates whether the code is run in PHP.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
5. Deploying a dynamic site (Session or AWP) in practice
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Installing the HFSQL Server module
Cherche les éléments d'un noeud HTML correspondant à une balise....
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
fSeek (Example)
Usage example of the fSeek function
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
1
4
5
6
7
8
158
>