ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for handling directories and external files
List of functions for handling external files...
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
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......
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
fCreate (Function)
Creates an external file.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
SocketConnect (Function)
Connects a client computer to a given socket.
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
SocketCreate (Function)
Creates a socket.
WEBDEV 2024 Tutorial - Table of contents
TapToFocus (Property)
The TapToFocus property is used to: Determine if tap to focus is enabled in a Camera control. Enable or disable tap to focus in a Camera control....
FinCurrentVal (Function)
Returns the current value of investment.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
Customizing the User Groupware
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...