ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
Error (Function)
Displays a custom error message in a system error window.
2. Projects in practice
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
zipOpen (Function)
Opens an existing archive.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
ExceptionPropagate (Function)
Propagates an exception.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
fTime (Example)
Usage example of the fTime function
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Info (Function)
Displays a custom message in a system information window.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Truncate (Function)
Truncates the right part of a string or buffer.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....