ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iForceComplement (Function)
Forces the printing of a Body Complement block.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
URI constants
The following constants are used by URI-specific functions:...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
14. Managing the "Back" button in practice
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
Menu management functions
List of functions for managing menus...
Creating the Vision windows of the WINDEV RAD pattern
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Creating the Table windows of the WINDEV RAD pattern
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....