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.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
CameraStop (Function)
Stops the video preview or video recording in a Camera control. Function kept for "Version-26-compatible" Camera controls....
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
EmailAddFolder (Function)
Adds a folder into the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
iBorder (Function)
Prints a border at specified coordinates.
EncryptAsymmetricEnveloped (Function)
Performs an asymmetric encryption of an envelope.