ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
fRemoveDir (Function)
Deletes a directory from a disk.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
MatWrite (Function)
Writes an element into a matrix.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
EmailAddFolder (Function)
Adds a folder into the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
XMLSave (Function)
Saves an XML document in a file.
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
2. Static or dynamic site
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
AssistedInputOpen (Function)
Opens the list of values proposed by the assisted input for an edit control.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......