ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
TimeToString (Function)
Converts a time to a string in the specified format.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
DnDIsDataAvailable (Example)
Usage example of the DnDIsDataAvailable function
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
HExecuteProcedure (Function)
Runs a stored procedure.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
DnDAccept (Example)
Usage example of the DnDAccept function