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.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
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.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
fCopyDir (Example)
Usage example of the fCopyDir function
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
VariantConvert (Function)
Converts the value stored in a Variant variable].
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
fUncompress (Example)
Usage example of the fUncompress function
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
StringFormat (Function)
Formats a character string according to the selected options.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Constants for managing the registry
List of constants used by the registry management functions....
Creating the Table pages of the WEBDEV RAD pattern