ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Analysis in practice
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
ArrayCopy (Function)
Copies the content of an array to another array.
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
Warning 18: Loop without potential end
WaitWindowStart (Function)
Opens the wait window of application.
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
SaaSAdminPricingEnableService (Function)
Enables a service in a SaaS pricing.
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
SpreadsheetSelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
SysRecentDocList (Function)
Returns the list of recently opened documents.
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
New (Reserved word)
New is used to allocate memory space...
EmailCheckAddress (Function)
Checks the validity of an email address.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......