ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
ProgressBarDisable (Function)
Stops the periodic refresh of a Progress Bar via Ajax.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
IsOdd (Function)
Identifies an odd number.
Border management constants
List of constants used by the border management functions....
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
<Table>.Add (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
<Upload>.CurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Sort the data displayed in your tables in one click
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
LDAPConnect (Function)
Used to connect to an LDAP server via the characteristics defined in the LDAPSession structure.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
<Image>.Copy (Function)
Copies an image to another image.
<Array>.Copy (Function)
Copies the content of an array to another array.