ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for manging the replication
List of constants used by the functions for managing the replication....
fCreate (Function)
Creates an external file.
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Size (Property)
The Size property is used to determine and change the size of an element.
Factorial (Function)
Returns the factorial of an integer number.
Right (Function)
Extracts the last characters from a string or string buffer.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Certificate
The Certificate keyword can correspond to...
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a table accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
zipDeleteAll (Function)
Deletes all files from an archive.
Principle for running threads
At runtime, an application runs in a main thread......
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
Border (Property)
The Border property is used to get and change the borders of an element.
SQLConnect (Example)
Usage example of the SQLConnect function