ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
ThreadPersistent (Function)
Makes a thread persistent.
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
xlsSave (Function)
Saves an XLS document.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
Constants for managing the modification of windows by the user
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
HelpNumber (Property)
The HelpNumber property is used to identify and modify the help number associated with a control.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
TimeUTC (Property)
The TimeUTC property is used to get and set a Coordinated Universal Time (UTC ).
SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
Break in a report
The break is used to group the records corresponding to a sort criterion......