ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grColor (Function)
Returns and initializes the color of different chart elements.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
EmailReadNext (Example)
Usage example of the EmailReadNext function
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
Drawer control properties
List of properties associated with the Drawer control...
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Constants for manging the replication
List of constants used by the functions for managing the replication....
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
HPrevious (Function)
Positions on the previous file record according to a browse item.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Accessing a database via a web service
The database can be accessed via a web service......
Report based on a query
Queries are used to easily select records in one or more data files......
HTTPRequest (Function)
Starts an HTTP request on a server.
HReadFirst (Function)
Sets the position on the first record according to a browse item.