ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
zipIsMulti (Example)
Usage example of the zipIsMulti function
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
Pivot Table control functions
...Pivot Table control functions...
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
zipCreate (Example)
Usage example of the zipCreate function
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
11. User Macro-Code: UMC in practice
fDecrypt (Example)
Usage example of the fDecrypt function
fDir (Example)
Usage example of the fDir function
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control. From version 2025 Update 2, this function is no longer available. Google has implemented a new map style management mode. Now, you need to define map styles in the Google Maps platform and then use MapIDGgl to manage these styles....
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
FTPTime (Example)
Usage example of the FTPTime function