ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
DriveCopyDirectory (Function)
Copies a directory on a remote drive to another directory.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
<Drive variable>.CopyDirectory (Function)
Copies a directory on a remote drive to another directory.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a table, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the reusability and the graphic harmony between the projects......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
TableRecNum (Function)
Returns the number of the current record in a data-bound Table control based on a table.
<Source>.RestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.