ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
State (Property)
The State property is used to get and change the state of an element.
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
fMemOpen (Function)
Opens a memory zone shared between several applications.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Constants for encryption/compression
List of constants used by the encryption/compression functions...
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
Format (Property)
The Format property is used to define the data format of a data file.
Designing a supercontrol
A supercontrol is an advanced type of control......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fWrite (Function)
Writes: a character string into an external file. a memory section....
zipOpen (Example)
Usage example of the zipOpen function
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Random (Function)
Returns a random number.