ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HideWhileScrolling (Property)
The HideWhileScrolling property is used to: Determine if the pinned control is hidden while scrolling, Show or hide the pinned control while scrolling....
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
URL (Property)
The URL property is used to get and change a URL.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
DnDCursor (Example)
Usage example of the DnDCursor function
MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
DnDEvent (Example)
Usage example of the DnDEvent function
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.