ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
<Source>.RestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
<Source>.InitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
Continent (Property)
The Continent keyword can correspond to: a Continent variable. the Continent property of the Country variable....
<Connection variable>.InfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
<Connection variable>.ListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
<Connection variable>.ModifyFileRights (Function)
Modifies the rights granted to a user or group on an HFSQL Client/Server data file....
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
WLanguage procedure called by zipExtractDirectory to manage progress bars
WLanguage procedure ("Callback") used by zipExtractDirectory to manage the progress of files being extracted from the archive.
MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.