ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fShortPath (Function)
Returns the full short path of a file or directory.
mlInitialize (Function)
Initializes a new independent MATLAB session with an empty workspace in order to run functions.
Constants for external files
List of constants used by the functions for managing external files....
dPixelColor (Example)
Usage example of the dPixelColor function
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
dText (Example)
Usage example of the dText function
fLongPath (Function)
Returns the full long path of a file or directory.
mlLoadWorkspace (Function)
Loads all the variables of a MATLAB file in the session.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Multiline strings
To type character strings over several lines in the code editor...
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.