ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
Page contexts
In a Windows application, the information relative to a window is stored with the window......
Description window of a combining query
The description window of a combining query consists of several sections......
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
EndProgram (Function)
Ends the execution of the current program.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
IFrame control
IFrame is an HTML concept......
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
NetMACToIP (Function)
Returns the IP address corresponding to a given MAC address.
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.