ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for encryption/compression
List of constants used by the encryption/compression functions...
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
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.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
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.
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
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.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
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.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
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