ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
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....
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
Alias (Property)
The Alias property gets the alias of an element.
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Execute (Function)
Starts the execution of a process through programming.
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Value (Property)
The Value property is used to get and change the value of an element.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
Compression (Property)
The Compression property gets and sets the data compression mode.
NamespaceDeclared (Property)
The NamespaceDeclared property is used to manage defined namespaces.
Error (Function)
Displays a custom error message in a system error window.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).