ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
AppInstallVersion (Function)
Installs a specific application version.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
DatePicker (Function)
Opens the system date picker.
DateDifference (Function)
Calculates the number of days between two dates.
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
Context menu of windows (AAF)
The context menu of the windows (right mouse click on the window) contains the following options......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
TimeValid (Function)
Checks the time validity.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
OLELoad (Function)
Initializes an OLE control with an OLE object.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
Partial indexing of memos
You now have the ability to index the content of a text memo item......