ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
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 Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
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.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
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....
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed as parameter.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Size (Property)
The Size property is used to determine and change the size of an element.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Option (Property)
The Option property is used to get and change certain options.
Creating requirements
The following steps must be performed to implement the requirements......
Border (Type of variable)
The Border type is used to handle a border through programming...
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
ControlNext (Function)
Returns the name of the next control in input mode.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.