ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TimeValid (Function)
Checks the time validity.
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
fTempPath (Function)
Returns the name of directory used to store the temporary files.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Passing parameters
The parameters can be passed to a procedure......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
IntegerPart (Function)
Returns the integer part of a number.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
DDEError (Function)
Returns the runtime status report of a DDE function.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
dFont (Example)
Usage example of the dFont function
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
Compile (Function)
Dynamically compile a Procedure whose source code is supplied (dynamic compilation).
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....