ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ServiceStatus (Function)
Returns the current status of a service.
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
HCross (Function)
Crosses a record in a data file.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
grCreate (Function)
Creates a specific type of chart.
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
xlsOpen (Example)
Usage example of the xlsOpen function
DotNetDelegate (Example)
Usage example of the DotNetDelegate function
2. Projects in practice
Discover the main operations that can be performed on a project....
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Lock constants
List of constants used by the functions for locking the applications....
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ArraySort (Example)
Usage example of the ArraySort function
LDAPListChildren (Example)
Use example for the LDAPListChildren function
Extra (Property)
The Extra property manges additional information.
iParameter (Example)
Usage example of the iParameter function
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......