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.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
zipOpenRAR (Function)
Opens an existing archive in RAR format.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
LOOP statement
The statement block is repeated endlessly...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
iPreview (Example)
Usage example of the iPreview function
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
fDelete (Function)
Deletes a file accessible from the current computer.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
USB constants
List of constants used by the USB functions....
DnDCursor (Example)
Usage example of the DnDCursor function
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.