ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
ControlToSource (Function)
Assigns the control value to the source of a control link.
8. 10 tips for better interfaces
Detects the contours of the shapes in an image....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
HClose (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
grGridlines (Function)
Displays or hides the chart gridlines.
HState (Function)
Used to find out the state of a record.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
ThreadMode (Function)
Changes the management mode of threads.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
iParameterViewer (Function)
Configures the report viewer.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Map control properties
The following properties can be used with Map controls:...
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......