ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XLS file handling functions
List of functions for managing XLS files...
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the table.
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
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....
Component (Property)
The Component property configures the different components of a composite key.
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
rssImage (Variable type)
The rssImage type is used to describe the image of a RSS feed...
fSelect (Example)
Usage example of the fSelect function
Print modes of a report
Several print modes are available for a report....
Action (Property)
The Action property is used to specify the action to be performed.
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Instantiating an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......