ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
Automatic error handling
Error handling can be customized for each process......
fListResource (Function)
Lists the resources integrated to the application.
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
fExeDir (Function)
Returns the directory from which the execution is started.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
SaaSChangePassword (Function)
Changes the password of the connected user.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
FTPConnect (Example)
Usage example of the FTPConnect function
grDeleteAll (Function)
Erases a chart and destroys this chart.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
fSelectDir (Function)
Opens a directory picker.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
gpwFindUser (Function)
Retrieves the characteristics of a user of the user groupware.
gpwModifyUser (Function)
Modifies a user in the database of user groupware.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.