ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
gglAttachment (Type of variable)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Installing a SOAP server with IIS
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML Display and HTML Editor controls.