ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fResourceDir (Function)
Returns the path of the read-only resources of the application.
dCopy (Function)
Copies an image to another image.
2. Projects in practice
Discover the main operations that can be performed on a project....
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
HReadSeek (Example)
Usage example of the HReadSeek function
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HSetPosition (Example)
Usage example of the HSetPosition function
HExtractMemo (Example)
Usage example of the HExtractMemo function
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
11. Controls in practice
Discover the main characteristics of the controls...
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Internal component
An internal component is a set of elements from a project......
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.