ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
The Edit control
The Edit control allows users to enter data......
zipChangePath (Example)
Usage example of the zipChangePath function
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
HOpenConnection (Function)
Opens a connection to a specific database.
MenuDelete (Function)
Deletes a menu or a menu option.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
fListResource (Function)
Lists the resources integrated to the application.
zipDeleteFile (Function)
Deletes a file from an archive.
StringInsert (Function)
Inserts a string into another character string at a given position.
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
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.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
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).
<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....
zipCreate (Function)
Creates an archive.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.