ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ReplicSynchro: How to use
The stress tests are used to check......
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
DriveCreateFile (Function)
Creates a file on the remote drive.
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
HChangeConnection (Function)
Dynamically changes the connection associated with a table.
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
HTMLExecuteControlProcess (Function)
Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display control.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
HOpenAnalysis (Function)
Opens a database schema in HFSQL Classic format.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
<Sliding Banner>.Previous (Function)
Displays the previous plane of a Sliding Banner control.
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
WLanguage procedure called by BTStatus
Procedure ("Callback") called by BTStatus when the Bluetooth activation status changes on the device. This procedure can be a local, global or internal procedure.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
Virtual (Property)
The Virtual property determines if an element is virtual.
upnpImage (Variable type)
The upnpImage type is used to define the advanced characteristics of an image of UPnP device.
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
<xlsDocument variable>.GetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....