ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
TreePosition (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
gglOverride (Variable type)
The gglOverride type is used to define information about event notification overrides.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
CodeEditorDuplicateLine (Function)
Duplicates the current line in the Code Editor control.
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
HEX@ (Type of Variable)
Objet interne pour la gest ion de VisiteGuidée.Etape.Disque.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
LDAP constants
List of constants used by the LDAP functions....