ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
ServiceWait (Function)
Pauses the current service during the specified duration.
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Project portfolio
From version 25, you can create "project portfolios"......
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
<Variable DiskFile>OpenTempFile (Function)
Creates and opens a temporary file.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Operations performed on state-transition diagrams
The following paragraphs explain......
HAdd (Example)
Usage example of the HAdd function
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
Programming the table cells
The Table controls can be handled......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
HCreateMovableReplica (Function)
Creates a movable replication.
PicCreate (Function)
Creates an image in the Image Editor control.
<Scheduler>.AddAppointment (Function)
Adds a new appointment into a Scheduler control.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Charact (Function)
Returns the character corresponding to the specified ASCII code.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).