ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
HChangeName (Function)
Modifies the physical name of a data file.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
ErrorBuild (Function)
Displays a custom error message in a system error window.
Events associated with the project
List of events associated with the project...
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
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 programmatically....
HFilterContains (Function)
Defines and enables a "Contains" filter on a table, view or query.
Sound (Function)
Plays a sound in WAV format.
2. Creating tables in the database schema
WINDEV Tutorial: Creating a WINDEV project and its database schema Lesson 2 - Creating tables in the database schema - 40 min
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
3. Deploying a dynamic WEBDEV site
TreeView data-bound Table control based on a table
A TreeView Table control can be linked to a table or a query......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.