ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
<Source>.NbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Multilingual project
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Variable scope
Variables can be declared anywhere in the code....
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......