ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items...
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts...
FileDisplay (Function)
Displays a file in the user's browser.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
TableEnd (Function)
Stops the manual iteration of table linked to a data-bound Table control.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
grLegendFont (Function)
Modifies the font used for the chart legend.
JSONValid (Function)
Checks the validity of a JSON string.
WithSpace (Example)
Usage example of the WithSpace function
xlsNbColumn (Example)
Usage example of the xlsNbColumn function
HInfoDatabaseRights (Example)
Usage example of HInfoDatabaseRights
MatMultiply (Example)
Usage example of the MatMultiply function
NumHelp (Function)
Returns the number of the help context associated with the specified control.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
iCloseReport (Function)
Stops printing the current report immediately.
WordToArray (Function)
Fills an array with the words from a string.
FirstDayOfMonth (Function)
Returns the first day of the month.
Control constants
List of constants used by the functions for managing controls...
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
docParagraph (Variable type)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
NetGetFile (Example)
Usage example of the NetGetFile function
xlsNbRow (Example)
Usage example of the xlsNbRow function