ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HOpenConnection (Function)
Opens a connection to a specific database.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.
gglAttachment (Type of variable)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Chart: Managing legends
Several types of legends are supported in the charts......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Error 1004: To explicitly access an element of the base class '%1', use the syntax
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
Nation (External language)
Defines the display language for the titles, captions, messages...
Test of a query
The query editor allows you to run the test of query result......
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
4. Activating a dynamic WEBDEV site
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Service constants
List of constants used by the functions for managing services....
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......