ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
HSetPosition (Example)
Usage example of the HSetPosition function
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
HForward (Example)
Usage example of the HForward function
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
zipSize (Example)
Usage example of the zipSize function
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
DnD constants
List of constants used by the functions for managing the Drag and Drop....
zipIsMulti (Example)
Usage example of the zipIsMulti function
Error 1011: To access the global member of the class, use ClassName::MemberName
FTPCommand (Example)
Usage example of the FTPCommand function
fCreate (Example)
Usage example of the fCreate function
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
HDescribeItem (Example)
Usage example of the HDescribeItem function
FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
FinRepayVal (Example)
Usage example of the FinRepayVal function
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
Image Editor control properties (WEBDEV)
You can manipulate Image Editor controls in a page using the following WLanguage properties......
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....