ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DatePicker (Function)
Opens the system date picker.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
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)...
CurrentDay( Function)
Returns the number of the current day in the current month.
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
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.
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)....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Conversion (Function)
Converts a value from a unit to another one.
OLELoad (Function)
Initializes an OLE control with an OLE object.
TimeValid (Function)
Checks the time validity.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
EventDestroy (Function)
Explicitly destroys an event.
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory authentication.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
DateDifference (Function)
Calculates the number of days between two dates.