ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
Email management functions
List of functions for managing emails...
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
NetworkConnect (Function)
Associates a drive with a shared network directory.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
Assignment of RETURN
The return value of the process currently run can be assigned...
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
Creating a translation file
WDINT allows you to create a translation file....
AssistedInputOpen (Function)
Opens the list of values proposed by the assisted input for an edit control.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
HOut (Example)
Usage example of the HOut function
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.