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.
ModificationDurationAPT (Property)
The ModificationDurationAPT property is used to determine and specify if the user can modify the duration of an appointment in a Scheduler or Organizer control.
MapEndOfMove (Function)
Stops following the device movement in a Map control.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
Font
The Font keyword can correspond to: a Font variable. the Font property....
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
fDriveInfo (Function)
Returns information about a drive.
iZoneHeight (Example)
Usage example of the iZoneHeight function
iReportPrintingStatus (Function)
Returns the status of the current print.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
Programming the table cells
The Table controls can be handled......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Rating control properties
The Rating control can be used in a window as well as in a page....
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Sharing elements with a WINDEV application
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.