ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
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.
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......
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).
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
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......
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
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....
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....
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
Locking data files: correspondence between WINDEV 5.5 and the later versions
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Global and local variable
Two types of variables are available......
Constants used for managing the multi-touch
Constants for managing the multi-touch...
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....