ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
gImage (Function)
Builds a sequence of characters containing an image.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
StringInsert (Function)
Inserts a string into another character string at a given position.
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
IsEven (Function)
Identifies an even number.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
ErrorRestoreParameter (Function)
Restores the error process of a process.
ExceptionPropagate (Function)
Propagates an exception.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Handling the report blocks through programming
Each report block is associated with different events......
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
iEllipse (Function)
Prints an ellipse (in a rectangle).
Creating a flexible modeling
To create a new flexible modeling, you can......