ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
Creating help pages
A help system includes several pages......
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
8. Associating controls with data
Format (Property)
The Format property is used to define the data format of a data file.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Creating an insert query
An insert query (corresponding SQL statement......
HNext (Function)
Sets the position on the next data file record according to a browse item.