ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Asc (Function)
Returns the ASCII code of the specified character.
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
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......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
4. Multiple generation
Project configurations allow you to easily define the "target" platforms of the project....
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
13. Security benefit: managing the "Back" button
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Character strings
WLanguage supports different types of strings....