ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Word Processing>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing control.
ScanWithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
<Scanner variable>.WithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
fExtractPath (Function)
Returns the different elements of a path: drive, directories, name and extension of the file.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
HServerStatus (Function)
Allows you to find out the status of an HFSQL server (this function uses the MantaManager service).
MCIPosition (Function)
Returns or changes the current position in a media file previously opened (MCIOpen).
<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
HChangeRplDir (Function)
Changes the location of the subscriber replica description ("*.rpl" file).
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server table......
DiagramLoad (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
UUID
The UUID keyword can correspond to: the UUID variable type. the UUID property....
MCITrackCount (Function)
Returns the number of tracks found in a media file that was opened beforehand (MCIOpen).
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
<Multimedia>.Volume (Function)
Returns or modifies the sound volume of the media file played in a Multimedia control.
PrivateKeyPassword (Property)
The PrivateKeyPassword property sets the key file password (for a private key connection).
<Pivot Table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
Principle for running threads
At runtime, an application runs in a main thread......