ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
MarkerImage (Type of variable)
The MarkerImage type is used to customize the image associated with a marker or a marker cluster displayed in a Map control.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
dbgEnableLog (Function)
Enables the runtime log programmatically.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
The Flexbox control
Flexbox is a standard layout system for web pages......
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
Chart: Managing legends
Several types of legends are supported in the charts......
fSeek (Example)
Usage example of the fSeek function
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Scheduler report
The report editor allows you to create "Scheduler" reports....
LOOP statement
The statement block is repeated endlessly...
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
The Upload control
The Upload control is used to upload files on the Web server......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......