ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ValuePerStar (Property)
The ValuePerStar property gets and sets the value of a star in a Rating control.
EditMode (Property)
The EditMode property gets and sets the editing mode of the Diagram Editor control: selection or freehand drawing.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
HRSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
<Connection variable>.ManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
HManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
<aiNeuralNetworkModel variable>.Detect (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Principle for running threads
At runtime, an application runs in a main thread......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....