ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copying controls from the window editor
The controls can be copied from the window editor......
Copying controls from the report editor
The controls can be copied from the report editor......
WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
WinOutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
Copying controls from the page editor
The controls can be copied from the page editor......
xlsNameToCoordinates (Function)
Returns the coordinates of a cell, XLS file or spreadsheet control according to its name.
<Scheduler>.InfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
<TreeView>.SelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
ERR_CANNOT_RUN_EXPLORER
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
The pages
Pages are the main interface of a WEBDEV site......
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Global procedure/function
A global procedure can be used in all the processes or events of the project....