ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
iEllipse (Function)
Prints an ellipse (in a rectangle).
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
HState (Function)
Used to find out the state of a record.
gpwAddUser (Function)
Adds a user to the User Groupware database.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
HPass (Function)
Defines the password used to create or open a data file.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
MemCreate (Function)
Creates a memory area.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
iBorder (Function)
Prints a border at specified coordinates.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
ThreadMode (Function)
Changes the management mode of threads.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
iCreateFont (Function)
Creates a new print font.