ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Using an external component in an application
A component can be reused at any time in any application......
<Page>.Address (Function)
Used to find out the Internet address of a page.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
fSizeUncompressed (Example)
Usage example of the fSizeUncompressed function
Step 5: Site parameters
Once the site installed, you can define the site connection options......
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Error 204: using a parameter without optional value after parameters ...
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
LooperInsert (Function)
Inserts a row into a Looper control.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
fLongName (Function)
Returns the long name of a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
iParameterReport (Function)
Configures the printer by opening the configuration window.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Select query description window: Items that can be used
Asc (Example)
Usage example of the Asc function
Charact (Example)
Usage example of the Charact function
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......