ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Accessibilité (Property)
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
11. Controls in practice
Discover the main characteristics of the controls...
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
11. Table/Looper controls
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table 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....
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
WDHFDiff - Use
WDHFDiff is used to compare......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
2. Projects in practice
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....