ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

tapiRecord (Function)
Records the current communication as a".WAV" file.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Invalid input functions
Invalid input functions...
Action Bar control functions
The following functions are used to manipulate Action Bar controls......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
SysMemoryExternalStorage (Function)
Returns the amount of available memory on the external storage area of the device.
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
fAddText (Function)
Adds the content of a character string at the end of a file.
HSetREP (Function)
Enables or disables the management of .REP file.
grDestinationWMF (Function)
Defines a meta file as chart destination.
Installing a SOAP server with IIS
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
HNext (Function)
Sets the position on the next data file record according to a browse item.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (only for items defined programmatically)....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......