ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
HRead (Function)
Reads a record in a file according to a given record number.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
zipAddFileList (Function)
Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
btleCharacteristic (Variable type)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
ServiceWait (Function)
Pauses the current service during the specified duration.