ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
WINDEV concepts
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
WINDEV Mobile concepts
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
DateToInteger (Function)
Converts a date to an integer.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
<Toast>.Display (Function)
Displays a "Toast" message.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
11. Choosing the action of a button/link
HRead (Function)
Reads a record in a file according to a given record number.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
<Source>.Read (Function)
Reads a record in a file according to a given record number.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).