ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemCreate (Function)
Creates a memory area.
EnumSubElement (Example)
Usage example of the EnumSubElement function
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
SNMPOIDStatus (Function)
Returns the status of an OID.
SNMPOIDDescription (Function)
Returns the description of an OID.
HListAnalysis (Example)
Usage example of the HListAnalysis function
HError (Example)
Usage example of the HError function
Bluetooth constants
List of constants used by the Bluetooth functions....
SNMPOIDType (Function)
Returns the type of data in an OID.
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
zipListFile (Example)
Usage example of the zipListFile function
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
HListFile (Example)
Usage example of the HListFile function
SNMPOIDToString (Function)
Converts an OID from its numeric representation to its text representation.
SNMPOIDAccess (Function)
Returns the authorized access modes of a specific OID.
RestartProgram (Function)
Ends the application and restarts it.
3. UML models in practice
WLanguage procedure called by zipAddFile
WLanguage procedure ("Callback") used by zipAddFile to manage the progress of files being added to the archive.
ScanGet (Function)
Retrieves the characteristics of a scanner in a variable of type Scanner.
WLanguage procedure called by geoGetAddress
WLanguage procedure ("callback") called by geoGetAddress.
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
iPrintReport (Function)
Prints a report created with the report editor.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......