ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Programming overview in C and C++
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
InJavaMode (Function)
Indicates whether the code is run in Java.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
State (Property)
The State property is used to get and change the state of an element.
ToastDisplay (Function)
Displays a "Toast" message.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
EXE constants
List of constants used by the functions for managing executables....
SignatureMode (Property)
The SignatureMode property is used to get and change the signature options of a Signature control in a report.
2. Analysis in practice
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
StringReverse (Function)
Reverses the characters of a string.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
InPHPMode (Function)
Indicates whether the code is run in PHP.
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
ExeListProcess (Function)
Returns the list of applications currently run.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
Contains (Function)
Allows you to check if a substring is within a string.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min