ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copying and cloning
Variables are copied using the "=" operator...
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
SysIconAdd (Example)
Usage example of the SysIconAdd function
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
CharactType (Function)
Returns information about the type of character.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
19. Sending emails
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.