ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
fMakeDir (Example)
Usage example of the fMakeDir function
EnumControl (Function)
Returns the name of Nth control found in the specified element.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
fCompress (Function)
Compresses a file.
dPolyline (Function)
Draws a line composed of multiple segments.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Creating requirements
The following steps must be performed to implement the requirements......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
EmailReadNext (Example)
Usage example of the EmailReadNext function
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......