ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
<Kanban list>.InsertCard (Function)
Inserts a card in a Kanban list.
KanbanMoveCard (Function)
Moves a card in a Kanban control.
KanbanInsertCard (Function)
Inserts a card in a Kanban list.
DatePicker (Function)
Opens the system date picker.
Use a calendar to enter dates
<Kanban>.InsertCard (Function)
Inserts a card in a Kanban list.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
18. Secure payment
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
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....
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
InServiceMode (Function)
Indicates whether the code is run in a service.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
CalendarSelect (Function)
Returns the date selected in a Calendar control.