ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
<Organizer>.DisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
WINDEV Mobile concepts
fSeek (Example)
Usage example of the fSeek function
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
fShortName (Example)
Usage example of the fShortName function
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
fDelete (Example)
Usage example of the fDelete function
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Accessibilité (Property)
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
ProjectInfo (Function)
Returns specific information about the project currently run.
Accessing a database via a web service
The database can be accessed via a web service......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
iPrint (Function)
Sends the character string passed as parameter to the print buffer.