ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Passing parameters
The parameters can be passed to a procedure......
Extracting messages added or modified since last extraction
A project was already created and translated......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
End of Document block
The End of document block is run once at the end of the report execution......
NFC constants
List of constants used by the NFC functions...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Seek (Function)
Searches for the index of an element in a WLanguage array.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Locking data files: correspondence between WINDEV 5.5 and the later versions
Global and local variable
Two types of variables are available......