ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
zipCreate (Function)
Creates an archive.
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
ThreadExecute (Function)
Starts the execution of a secondary thread.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
fCompare (Function)
Compares the content of two files bit by bit.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
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....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.