ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
The Line control
A Line control is used to display a line in a page......
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
End of break block
The End of break block is optional......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
fDirExist (Function)
Checks the existence of a directory.
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items described programmatically)....
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
fCompare (Function)
Compares the content of two files bit by bit.
fCreateLink (Function)
Creates a link on a file at the specified location.
fMoveFile (Function)
Moves a file from one directory to another.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
fAttribute (Function)
Returns or modifies the attributes of a file.
fDriveReady (Function)
Determines: if a given drive (storage card, CD or DVD) is available, whether the drive exists....
fSplit (Function)
Splits a file into several files.
fTempDir (Function)
Returns the name of directory used to store the temporary files.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
Complete (Function)
Returns a character string of a specified length.
Extern (Reserved word)
EXTERN is used to...
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
Query
The keyword "Query" is used to describe:
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.