ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
fDir (Function)
Finds a file or directory.
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
HOpen (Function)
Opens a data file.
fChangeSize (Function)
Resizes an external file.
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
SaaS constants
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
<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....
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
WinEdCreateNote (Function)
Creates a Repositionable Note control.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
HDescribeFile (Function)
Describes a data file programmatically.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
HLogRestart (Function)
Restarts the logging process on a file.
xlsClose (Function)
Closes an XLS file.
Name55 (Property)
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 data file that has not been migrated and is located in a WINDEV 19 analysis.
fSplit (Function)
Splits a file into several files.
HRegenerateFile (Function)
Regenerates a data file from its log.
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...