ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WHelp (Function)
Displays a file or a help page in HLP or CHM format.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
<Source>.Password (Function)
Defines the password used to create or open a data file.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
MCIBeginning (Function)
Positions at the beginning of a media file that was opened beforehand MCIOpen.
MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
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......
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.