ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1001: The operators: and:: can only be used in the methods of classes
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Page with parameters
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
5. Project configuration
Project configuration...
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Creating requirements
The following steps must be performed to implement the requirements......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
13. 3-Tier architecture
The planes in WEBDEV
The planes are used to group the controls of an element......
Data persistence
The data persistence is used to store the value typed by the user......
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
ERR_DISCONNECTED_EXEC