ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLChild (Function)
Positions on the first child element of current element.
Composite variable
A composite variable contains different types of elements (members)...
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
HPrevious (Function)
Positions on the previous file record according to a browse item.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Declaring and using a variable
A variable is defined by name and type......
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
ServiceContinue (Function)
Restarts a paused service.