ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
IndentFirstLine (Property)
The IndentFirstLine property is used to get and change the indent of the first line of an element.
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
8. Windows in practice
Discover the main actions that can be performed on the windows....
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
SchedulerBackgroundColor (Function)
Defines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
1. Project and analysis
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Error 4: A space is required after the ':' character
SpreadsheetGetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
<Spreadsheet>.GetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
fDirSize (Function)
Returns the size of a directory in bytes.
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.