ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
Factorial (Function)
Returns the factorial of an integer number.
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
Thread management functions
List of functions for managing threads...
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
MatWrite (Function)
Writes an element into a matrix.
MatRead (Function)
Reads the value of a matrix element.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
grDeleteAll (Function)
Erases a chart and destroys this chart.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Random (Function)
Returns a random number.
TimeToString (Function)
Converts a time to a string in the specified format.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).