ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iBorder (Example)
Usage example of the iBorder function
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
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
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.
fDateTime (Example)
Usage example of the fDateTime function
iCreateFont (Example)
Usage example of the iCreateFont function
Error 1022: The access to the method of the class is restricted by a protected inheritance
LooperDelete (Function)
Deletes a row from a Looper control.
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
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.