ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
FontList (Function)
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
FinError (Function)
Returns the number of the last error caused by a Finxxx function (financial functions).
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
MaxSourceCardinality (Property)
The MaxSourceCardinality property gets and changes the maximum cardinality of the source item in the link.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
<Connection variable>.DeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
Reloading a document
To reload a document, ......