ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
SenderAddress (Property)
The SenderAddress property allows you to get and change the sender address of an email.
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
GDI+ framework
Some WINDEV features use the GDI+ framework......
11. Popup page
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......
Handling menu options programmatically
The menu options can be handled......
Query editor
The query editor is used to automatically create queries on the data files......
Composite keys
A composite key is a key item containing several other items......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
15. Repeating a group of controls: loopers
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.