ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Status bar of windows
The status bar of a window is used to display several types of information......
fDirRename (Function)
Renames a directory.
fDir (Function)
Finds a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Managing main window menus
A main menu is necessarily associated with a window......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
fExeDir (Function)
Returns the directory from which the execution is started.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fCompress (Function)
Compresses a file.
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
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, ...).
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.).
String functions
List of functions for managing character strings...
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
Common project
Projects are often cross-platform......