ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Bar code constants
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS stream...
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
fDir (Function)
Finds a file or directory.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
iPrintZone (Example)
Usage example of the iPrintZone function
gImage (Function)
Builds a sequence of characters containing an image.
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Handling the report blocks through programming
Each report block is associated with different events......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
AdditionCompleted (Example)
Usage example of the AdditionCompleted property