ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
zipChangePath (Example)
Usage example of the zipChangePath function
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
fListResource (Function)
Lists the resources integrated to the application.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
zipDeleteFile (Function)
Deletes a file from an archive.
StringInsert (Function)
Inserts a string into another character string at a given position.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
Statistical constants
List of constants used by the statistical functions....
PageParameter (Function)
Returns the value of a parameter passed to the current page.
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
zipCreate (Function)
Creates an archive.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
HListFile (Example)
Usage example of the HListFile function
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.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
xlsOpen (Example)
Usage example of the xlsOpen function
DotNetDelegate (Example)
Usage example of the DotNetDelegate function