ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketClose (Function)
Closes a socket or a connection to a server socket.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
ControlToSource (Function)
Assigns the control value to the source of a control link.
SocketWrite (Function)
Writes a message intended to another socket.
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
<Image>.Resize (Function)
Resizes an image in an Image control.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
Environment of code editor
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
AppointmentRead (Function)
Reads an appointment found in the calendar of a Lotus Notes or Outlook messaging.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
CameraGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
5. Site test in practice
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Functions for managing menus (prefix syntax)
List of functions for managing menus...
Creating index keywords
Index keywords allow users to easily find a help page......
WINDEV 2024
WEBDEV 2024
16. Application test in practice