ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1030: The access to the base class is restricted by a private inheritance
ModbusDisconnect (Function)
Closes the Modbus session.
CoordinateImageControlToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control.
CoordinateImageToImageControl (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
GetTheme (Function)
Gets the current theme of a mobile application.
SysErrorMode (Function)
Modifies the display mode of errors.
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Error 1022: The access to the method of the class is restricted by a protected inheritance
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
HTMLFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
CameraChangeDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
PDFReaderHighlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
TableEnroule_objet (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
iCreateFont (Example)
Usage example of the iCreateFont function
iBorder (Example)
Usage example of the iBorder function
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.