ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
12. Available tests
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
StatVarianceP (Function)
Calculates the variance for a full series of values.
FinNetCurrentVal (Function)
Returns the net current value of investment.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
HSetREP (Function)
Enables or disables the management of .REP file.
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
ArrayCopy (Function)
Copies the content of an array to another array.
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
Property Description (Type of variable)
The Property Description type is used to get information about a property.