ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
SemaphoreCreate (Function)
Creates a semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Hasp functions
The dongles of Hasp family (Hasp3, Hasp4, NetHasp, memoHasp and Hasp HL) are used to protect the applications developed with WINDEV or WEBDEV......
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
SQL view
An SQL view is a virtual data source defined by an SQL query......
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Events associated with formatted display controls
List of events associated with formatted display controls...
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
PrivateKey (Property)
The PrivateKey property manages connections that use private keys (SSH or MQTT connections).
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
Drop-down button
The drop-down button expands: a context menu. a popup window....
Queue, stack and list management functions
List of functions for managing the queues, the stacks and the lists...
Weight (Property)
The Weight property is used to manage the weight of an element in a TreeMap control.