ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperExpandAll (Function)
Expands all breaks in a Looper control with break.
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
TableCollapse (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....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
LooperCollapseAll (Function)
Collapses all expanded breaks in a Looper control.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
<sfConnection variable>.Disconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
LooperExpand (Function)
Expands a break in the Looper control on a given row.
Serialize (Example)
Usage example of the Serialize function
Execute (Function)
Starts the execution of a process through programming.
COMQueryInterface (Example)
Usage example of the COMQueryInterface function
<Document variable>.Print (Function)
Prints the content of a Document in "docx" format.
<Word Processing>.Print (Function)
Prints the content of a Word Processing control in "docx" format.
OCRAddLanguage (Function)
Adds a language to the native OCR system.
LDAPListAttribute (Example)
Usage example of the LDAPListAttribute function
LDAPNbValue (Example)
Usage example of the LDAPNbValue function
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......