ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
FinFutureVal (Example)
Usage example of the FinFutureVal function
Compile (Example)
Usage example of the Compile function
TableMode (Function)
TableMode is kept for backward compatibility.
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
HOpenAnalysis (Function)
Opens a database schema in HFSQL Classic format.
Programming the table cells
The Table controls can be handled......
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....
The Line control
A Line control is used to display a line in a page......
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Events associated with Calendar controls
List of events associated with Calendar controls...
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
Automatic documentation of external components
External components must include a technical documentation......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Discover all the possibilities of pivot tables
2. Projects in practice
Discover the main operations that can be performed on a project....
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).