ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
zipDeleteFile (Function)
Deletes a file from an archive.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
HDescribeItem (Function)
Describes a file item programmatically.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in data-bound controls.
NbColumn (Property)
The NbColumn property is used to get the number of columns in a report.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Date (Type of variable)
The Date type enables you to easily handle the dates...
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).