ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Caption (Property)
The Caption property gets and sets the text of an element.
HMode (Function)
Changes the mode and the method for locking data files.
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL Cluster....
ChangeStyle (Function)
Modifies the style of a control dynamically.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
VideoConfigure (Function)
Allows you to configure the video capture driver.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
2. Projects in practice
Discover the main operations that can be performed on a project....
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
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.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Android 11: Changes to application behavior
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
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.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
fSelect (Function)
Opens the Windows file picker.
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the table used to manage the automatic reindexing.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......