ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
HTTPAddFile (Function)
Adds a file to the HTTP form.
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
Web Camera control events
The following events appear by default in the WEBDEV code editor:
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
fListResource (Function)
Lists the resources integrated to the application.
fDriveInfo (Function)
Returns information about a drive.
Events associated with Flash controls
List of events associated with Flash controls...
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
iReportPrintingStatus (Function)
Returns the status of the current print.
dFont (Example)
Usage example of the dFont function
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
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....
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Binding a Combo Box control to an item
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
HDescribeItem (Function)
Describes a file item through programming.
fWrite (Function)
Writes: a character string into an external file. a memory section....