ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be......
<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
BTLEGetAService (Function)
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
BTLEGetAllServices (Function)
Retrieves all the services corresponding to a UUID.
Thread management functions
List of functions for managing threads...
DDESend (Function)
Sends a data to the program connected via DDE.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
<Date type>.ToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
<Spreadsheet>.AddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
<Date type>.ToInteger (Function)
Converts a date to an integer.
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.