ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KanbanCount (Function)
Returns the number of cards or lists in a Kanban control.
<Kanban>.Count (Function)
Returns the number of cards or lists in a Kanban control.
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
GrantType (Property)
The GrantType property gets the grant types available.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<Chart>.RBRotationDirection (Function)
Sets the rotation direction in a Radial Bar chart.
<Chart>.RBMaximumValue (Function)
Sets the maximum value in a Radial Bar chart.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.