ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
String functions
List of functions for managing character strings...
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
<Variable pdfDocument>Sign (Function)
Applies an approval signature to an existing PDF.
The windows and pages of the User Groupware
Two methods can be used to include the User Groupware......
pdfControlOption (Variable type)
The pdfControlOption type is used to get and set the following characteristics of an option of a control present in a PDF form: option text. selected or deselected state of the option....
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
<Drive variable>.CreateDirectory (Function)
Creates a directory on the remote drive.
Native Sybase Connector for WINDEV and WEBDEV 2024
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
BufferToHexa (Function)
Converts a buffer into a displayable hexadecimal string (e.g. "4A 5B 00").
Compound statements
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......