ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iZoneHeight (Example)
Usage example of the iZoneHeight function
Component (Property)
The Component property configures the different components of a composite key.
Category (Property)
The Category property gets and sets the category of an element.
fCompress (Example)
Usage example of the fCompress function
FTPSend (Example)
Usage example of the FTPSend function
iPreview (Example)
Usage example of the iPreview function
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
HReadSeek (Example)
Usage example of the HReadSeek function
XMLDocument (Example)
Usage example of the XMLDocument function
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS stream...
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
Operator on Address
The & operator returns the address of a variable as an integer
Logical operators
The logical operators are as follows......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.