ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSeek (Function)
Gets and sets current position in an external file.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
HFSQL Client/Server: Configuring the data files on the server
Map control properties
The following properties can be used with Map controls:...
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
fSize (Function)
Returns the size of a file (in bytes).
grGradient (Function)
Enables or disables the display of color gradients in a chart.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
GroupRead (Function)
Reads a group of contacts found in the address book of a Lotus Notes or Outlook messaging.
AppInstallUPD (Function)
Triggers the automatic update of current application.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....