ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
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......
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iLine (Function)
Prints a line at specified coordinates.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
<Toast>.Display (Function)
Displays a "Toast" message.
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
SpreadsheetAddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......