ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
iCreateFont (Function)
Creates a new print font.
Error 1022: The access to the method of the class is restricted by a protected inheritance
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
Error 1023: The access to the method of the class is restricted by a private inheritance
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
BurnerCancel (Function)
Cancels the current burn process.
OBEXSendVCard (Function)
Sends a VCard file (virtual business card) to a device that supports the OBEX protocol.
VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.
grHMAddData (Function)
Adds a data into a Heatmap chart.
Events associated with pages
List of events associated with pages...
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
ModbusSendRawFrame (Function)
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
dLine (Example)
Usage example of the dLine function
dArc (Example)
Usage example of the dArc function
Error 1013: The access to the member of the class is restricted by a protected inheritance
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
dRectangle (Example)
Usage example of the dRectangle function
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Error 2109: You are using the ObjectInfo function
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.