ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Other operators
The following are additional operators......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Installing a SOAP server with IIS
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
Customizing the User Groupware
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
WaitWindowStart (Function)
Opens the wait window of application.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Functions for handling directories and external files
List of functions for handling external files...
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......