ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Referring to an element in a WLanguage event / process
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...
Sender (Property)
The Sender property is used to get and change the sender's email address....
Programming custom calculations in Table controls
The Spin control
A Spin control is used to increase or reduce a value found in a control......
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
<Connection variable>.RSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
ERR_CLOSED_PAGE
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
Link properties
When creating a link, you can simply specify the destination......
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Error 1011: To access the global member of the class, use ClassName::MemberName
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
How to save and retrieve an image in a binary memo
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
User group settings
Testing the WEBDEV Application Server setup with an example
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
<Menu>.InsertOption (Function)
Inserts a new option at a specific position.