ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Connection (Property)
The Connection property gets and sets the connection associated with a data file.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
<Source>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<Source>.UpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
<Connection variable>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
<Source>.SavePosition (Function)
Stores the current file context: current record, filter, pointers.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
Format (Property)
The Format property is used to define the data format of a data file.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
MCIHeight (Function)
Returns the height (in pixels) of a media file used to display images.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
MCIWidth (Function)
Returns the width (in pixels) of a media file used to display images.
MCITrack (Function)
Returns the current track of a media file previously opened (MCIOpen).
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).