ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BurnerEject (Function)
Opens or closes the door of current burner.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
grColor (Function)
Returns and initializes the color of different chart elements.
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
zipCreate (Function)
Creates an archive.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
DDEError (Function)
Returns the runtime status report of a DDE function.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
dFont (Example)
Usage example of the dFont function
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
HCreateView (Example)
Usage example of the HCreateView function
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
grCreate (Function)
Creates a specific type of chart.
HOpenConnection (Function)
Opens a connection to a specific database.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....