ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
Wait (Function)
Temporarily stops the program execution.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
Handling Gantt Chart controls programmatically
ChangeTarget (Function)
Changes the target of a button action.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
BrightnessModify (Function)
Modifies the setting of the brightness for the device screen.
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.