ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
Error 1012: The class member is not global: it cannot be accessed from a global method
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
Query and project
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Error 3: The string has no final "
Error 17: OTHER CASE must be the last statement used in SWITCH
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
zipSplit (Function)
Splits an archive into several sub-archives of a given size.