ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TaskNext (Function)
Reads the task found after the current task in the task list of a Lotus Notes or Outlook messaging.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
Code snippets
The code editor allows you to enter "Code snippets"......
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
FontStrikeOut (Property)
The FontStrikeOut property is used to determine if a text is struck through.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Native Sybase Connector for WINDEV and WEBDEV 2024
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Feedback component
The Feedback component is a component provided with WINDEV......