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.
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
User Groupware files
Two categories of data files are managed......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
HErrorLock (Function)
Used to check whether a lock error occurred.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
Error 1003: The element does not exist in the class
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
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....
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
FirstDayOfMonth (Function)
Returns the first day of the month.
ColorPalette (Function)
Returns a color found in the current palette.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
zipOpen (Function)
Opens an existing archive.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.