ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
ListView control properties
List of properties associated with the ListView control...
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
RESTSend (Function)
Sends a REST request and waits for the server response.
2. Projects in practice
DashMode (Function)
Opens or closes the Dashboard control edit mode.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
Associating a control with a tab pane
Methods to associate a control with a tab pane......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
fMemOpen (Function)
Opens a memory zone shared between several applications.
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....