ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
LOOP statement
The statement block is repeated endlessly...
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Compilation options (HLP format)
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
Binding a Check Box control to an item
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Error 31: The file to include is not found. Check the name and path ...
<TreeView Table>.DeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
<Window>.MDIOpen (Function)
Opens and enables an MDI child window.
MDIOpen (Function)
Opens and enables an MDI child window.
MDIWindowMenu (Function)
Modifies the layout of the MDI child windows.
XMLAddChild (Function)
Adds a child tag into an XML document.
1
4
5
6
7
8
356
>