ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
Error 2: Incomplete line
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
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....
The Cell control
The Cell control contains controls......
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project......
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
HListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
<Upload>.DeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
<Source>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
<Connection variable>.ListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
<Connection variable>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
<Connection variable>.ModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.