ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
End of break block
The End of break block is optional......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
DayWidth (Property)
The DayWidth property is used to determine and change the width of days: in a Scheduler control where the days are displayed in column and the resources in rows. in a Gantt Chart column....
Installing the monitoring robot
The monitoring robot includes three executables......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Check model
You can use check models to easily create checks...
SysStandby (Function)
Allows you to: enable and disable the standby mode (Android) display the system screen used to configure the standby mode (Universal Windows Apps)...
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
LoadParameter (Function)
Reads a persistent value.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
HClient structure
The HClient structure is used to......
13. External component in practice
External component in practice...