ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TwainToClipboard (Function)
Allows: copy the document coming from the Twain device to the clipboard. view the document coming from the Twain device in the user interface of device....
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
WDDeploy: Deploying a package
WDDeploy can be used to......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Record (Type of variable)
The Record type is used to save the values of a record.
11. Table/Looper controls
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
saasPricing (Variable type)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min