ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
EditTokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
Using RAD patterns
The steps for creating a RAD pattern are as follows......
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
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....
PageAddress (Function)
Used to find out the Internet address of a page.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
15. Cookies: information stored on the end user's computer
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness on the device.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
<Word Processing>.UndoCount (Function)
Returns the number of actions that can be undone in a Word Processing control.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......