ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
fListResource (Function)
Lists the resources integrated to the application.
2. Projects in practice
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
ExceptionInfo (Function)
Retrieves information about the current exception.
CalendarSelect (Function)
Returns the date selected in a Calendar control.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
FTPTime (Example)
Usage example of the FTPTime function
JavaExecute (Example)
Usage example of the JavaExecute function
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
fDir (Example)
Usage example of the fDir function
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
FTPSize (Example)
Usage example of the FTPSize function
gglOrganization (Type of variable)
The gglOrganization type is used to describe the companies and organizations to which the contact belongs...
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
SysXRes (Function)
Returns the horizontal screen resolution.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
ShellExecute (Function)
Opens a document in its associated application.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
FTPCommand (Example)
Usage example of the FTPCommand function