ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Peeling Corner control properties
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
Cc (Property)
The Cc property gets and sets the list of Carbon Copy recipients of an email.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics......
Google constants
List of constants used by the Google functions....
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Link properties
When creating a link, you can simply specify the destination......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
Bcc (Property)
The Bcc property gets and sets the list of Blind Carbon Copy recipients of an email.
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......