ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
MySelf (Reserved word)
MySelf is used to handle the current control...
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
Programming custom calculations in Table controls
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
fSelectDir (Function)
Opens a directory picker.
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
ReplicationDirectory (Property)
The ReplicationDirectory property is used to manage the directory of replication files (".RPL" or ".RPM").
LooperAdd (Function)
Adds a row at the end of a Looper control.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
StatVarianceP (Function)
Calculates the variance for a full series of values.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
SQLFirst (Function)
Positions on the first row of the query result.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
HListItem (Example)
Usage example of the HListItem function
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.