ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
AppInstallVersion (Function)
Installs a specific application version.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
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.
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.
DateDifference (Function)
Calculates the number of days between two dates.
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....
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
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...
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
Handling a TreeView Table control programmatically (prefix syntax)
This page explains how to program TreeView Table controls......