ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

14. PHP generation in practice
Updates the characteristics of a WEBDEV account in a WEBDEV Application Server....
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
redisResponse (Variable type)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
WEBDEV and Tailwind CSS
Tailwind CSS is an open source CSS framework......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
Events associated with Combo Box controls
List of events associated with Combo Box controls...
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
ShellExecute (Function)
Opens a document in its associated application.
Global and local variable
Two types of variables are available......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
TreeView data-bound Table control based on a table
A TreeView Table control can be linked to a table or a query......