ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
11. Internal components in practice
Internal components in practice...
Data persistence
The data persistence is used to store the value typed by the user......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
iDestination (Function)
Configures the print destination.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
fOpen (Example)
Usage example of the fOpen function
10. Internal components in practice
GanttAddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
StringReverse (Function)
Reverses the characters of a string.