ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
<Source>.IndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
dDisplay (Function)
Displays the drawing in the Image control.
HTTP functions (prefix syntax)
List of HTTP functions...
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
Using an external component in an application
A component can be reused at any time in any application......
Handling controls in a report
The different operations available for the report controls are as follows......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
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, ...).
Drop-down button
The drop-down button expands: a context menu. a popup window....
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
REP files
REP files contain the list of data files handled by the application....
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
2. UML models