ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
NextTitle (Function)
Modifies the title of next window to open.
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.
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).
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
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
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
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