ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Control constants
List of constants used by the functions for managing controls...
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
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....
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
OrgSaveImage (Function)
Creates an image representing the entire Organization Chart control.
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
Constants for managing Windows events
The following constants are used to manage Windows events:...
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Designing a supercontrol
A supercontrol is an advanced type of control......
WINDEV applications for Linux: Specific features
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
grZoom (Function)
Defines the zoom of a chart.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
WinAdaptSize (Function)
Adapts the window size to the content of controls.
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Count (Property)
The Count property returns the number of elements in a given set.
Environment of the data model editor
Screen,Get (External language)
Retrieves the value in a control or in a variable.
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Creating the Form windows of a WINDEV RAD pattern