ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
AppInstallVersion (Function)
Installs a specific application version.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
CurrentDay( Function)
Returns the number of the current day in the current month.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
<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.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
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......
TimeValid (Function)
Checks the time validity.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.