ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
ConfigureAWPContext (Function)
Configures the mode of the AWP session.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
Changing sites from AWP to SEO-ready session mode
IdentifierAWPContext (Function)
Returns the identifier of the AWP session.
FileDisplay (Function)
Displays a file in the user's browser.
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
Creating requirements
The following steps must be performed to implement the requirements......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
HSendMessageToClient (Function)
Displays a message on the client computers.
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Break in a report
The break is used to group the records corresponding to a sort criterion......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......