ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

11. User Macro-Code: UMC in practice
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...
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
<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.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
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, ...
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
fDecrypt (Example)
Usage example of the fDecrypt function
fDir (Example)
Usage example of the fDir function
GglUploadDocument (Function)
Uploads a document to the Google server.
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....
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
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
JavaExecute (Example)
Usage example of the JavaExecute function