ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
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.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
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.
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)...
AppInstallVersion (Function)
Installs a specific application version.
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.
OLELoad (Function)
Initializes an OLE control with an OLE object.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
TimeValid (Function)
Checks the time validity.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
EventDestroy (Function)
Explicitly destroys an event.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
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).
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
DateDifference (Function)
Calculates the number of days between two dates.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Managing Bluetooth Low Energy devices (prefix syntax)
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...